Split fourth-to-last byte of person_event into nybble arguments
This commit is contained in:
@@ -425,9 +425,9 @@ EarlsPokemonAcademy_MapEventHeader:
|
||||
|
||||
.PersonEvents:
|
||||
db 6
|
||||
person_event SPRITE_FISHER, 6, 8, $6, 0, 0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, AcademyEarl, EVENT_EARLS_ACADEMY_EARL
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, $7, 0, 0, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x68a83, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 7, $6, 0, 0, -1, -1, $0, 0, GameboyKidScript_0x68a86, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 8, $8, 0, 0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GameboyKidScript_0x68a91, -1
|
||||
person_event SPRITE_YOUNGSTER, 11, 8, $7, 0, 0, -1, -1, $0, 0, YoungsterScript_0x68a9c, -1
|
||||
person_event SPRITE_POKEDEX, 8, 6, $1, 0, 0, -1, -1, $0, 0, AcademyNotebook, -1
|
||||
person_event SPRITE_FISHER, 6, 8, $6, 0, 0, -1, -1, 8 + PAL_OW_GREEN, 0, 0, AcademyEarl, EVENT_EARLS_ACADEMY_EARL
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, $7, 0, 0, -1, -1, 8 + PAL_OW_RED, 0, 0, YoungsterScript_0x68a83, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 7, $6, 0, 0, -1, -1, 0, 0, 0, GameboyKidScript_0x68a86, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 8, $8, 0, 0, -1, -1, 8 + PAL_OW_RED, 0, 0, GameboyKidScript_0x68a91, -1
|
||||
person_event SPRITE_YOUNGSTER, 11, 8, $7, 0, 0, -1, -1, 0, 0, 0, YoungsterScript_0x68a9c, -1
|
||||
person_event SPRITE_POKEDEX, 8, 6, $1, 0, 0, -1, -1, 0, 0, 0, AcademyNotebook, -1
|
||||
|
Reference in New Issue
Block a user