Split fourth-to-last byte of person_event into nybble arguments
This commit is contained in:
@@ -313,12 +313,12 @@ CianwoodGym_MapEventHeader:
|
||||
|
||||
.PersonEvents:
|
||||
db 9
|
||||
person_event SPRITE_CHUCK, 5, 8, $6, 0, 0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, ChuckScript_0x9d60f, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 6, $9, 0, 0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBlackbeltYoshi, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 11, $8, 0, 0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBlackbeltLao, -1
|
||||
person_event SPRITE_BLACK_BELT, 13, 7, $9, 0, 0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerBlackbeltNob, -1
|
||||
person_event SPRITE_BLACK_BELT, 9, 9, $8, 0, 0, -1, -1, (PAL_OW_BROWN << 4) | $82, 1, TrainerBlackbeltLung, -1
|
||||
person_event SPRITE_BOULDER, 5, 9, $19, 0, 0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 7, $19, 0, 0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 8, $19, 0, 0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 9, $19, 0, 0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_CHUCK, 5, 8, $6, 0, 0, -1, -1, 8 + PAL_OW_BROWN, 0, 0, ChuckScript_0x9d60f, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 6, $9, 0, 0, -1, -1, 8 + PAL_OW_BROWN, 2, 3, TrainerBlackbeltYoshi, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 11, $8, 0, 0, -1, -1, 8 + PAL_OW_BROWN, 2, 3, TrainerBlackbeltLao, -1
|
||||
person_event SPRITE_BLACK_BELT, 13, 7, $9, 0, 0, -1, -1, 8 + PAL_OW_BROWN, 2, 2, TrainerBlackbeltNob, -1
|
||||
person_event SPRITE_BLACK_BELT, 9, 9, $8, 0, 0, -1, -1, 8 + PAL_OW_BROWN, 2, 1, TrainerBlackbeltLung, -1
|
||||
person_event SPRITE_BOULDER, 5, 9, $19, 0, 0, -1, -1, 0, 0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 7, $19, 0, 0, -1, -1, 0, 0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 8, $19, 0, 0, -1, -1, 0, 0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 9, $19, 0, 0, -1, -1, 0, 0, 0, CianwoodGymBoulder, -1
|
||||
|
Reference in New Issue
Block a user