You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Split fourth-to-last byte of person_event into nybble arguments
This commit is contained in:
@@ -28,5 +28,5 @@ IcePathB3F_MapEventHeader:
|
||||
|
||||
.PersonEvents:
|
||||
db 2
|
||||
person_event SPRITE_POKE_BALL, 11, 9, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x7e66f, EVENT_ICE_PATH_B3F_NEVERMELTICE
|
||||
person_event SPRITE_ROCK, 10, 10, $18, 0, 0, -1, -1, $0, 0, IcePathB3FRock, -1
|
||||
person_event SPRITE_POKE_BALL, 11, 9, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x7e66f, EVENT_ICE_PATH_B3F_NEVERMELTICE
|
||||
person_event SPRITE_ROCK, 10, 10, $18, 0, 0, -1, -1, 0, 0, 0, IcePathB3FRock, -1
|
||||
|
||||
Reference in New Issue
Block a user