Split fourth-to-last byte of person_event into nybble arguments
This commit is contained in:
@@ -67,5 +67,5 @@ GoldenrodPPSpeechHouse_MapEventHeader:
|
||||
|
||||
.PersonEvents:
|
||||
db 2
|
||||
person_event SPRITE_FISHER, 8, 6, $4, 1, 0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x5564a, -1
|
||||
person_event SPRITE_LASS, 7, 9, $8, 1, 0, -1, -1, $0, 0, LassScript_0x5564d, -1
|
||||
person_event SPRITE_FISHER, 8, 6, $4, 1, 0, -1, -1, 8 + PAL_OW_GREEN, 0, 0, FisherScript_0x5564a, -1
|
||||
person_event SPRITE_LASS, 7, 9, $8, 1, 0, -1, -1, 0, 0, 0, LassScript_0x5564d, -1
|
||||
|
Reference in New Issue
Block a user