diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-31 21:05:02 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-31 21:05:02 -0400 |
commit | fda1f7c01a9fb2944aeb42f2d2f19a766b2538e6 (patch) | |
tree | 1bcb2193b68ebb25a189958cab36304f103e7eda /maps/Route2Gate.asm | |
parent | 8153737bae7169d42b8937c5dc7eec6f669acbb2 (diff) |
SPRITEMOVEDATA
Diffstat (limited to 'maps/Route2Gate.asm')
-rw-r--r-- | maps/Route2Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route2Gate.asm b/maps/Route2Gate.asm index 8aa24ef1e..1cb97ff83 100644 --- a/maps/Route2Gate.asm +++ b/maps/Route2Gate.asm @@ -41,4 +41,4 @@ Route2Gate_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_SCIENTIST, 4, 6, SPRITEMOVEFN_04, 2, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, ScientistScript_0x9b952, -1 + person_event SPRITE_SCIENTIST, 4, 6, SPRITEMOVEDATA_WALK_UP_DOWN, 2, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, ScientistScript_0x9b952, -1 |