diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-15 15:07:20 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-15 15:07:20 -0500 |
commit | 36470537e09762f1963e003a0566c56041fc23ea (patch) | |
tree | 0bcd7fc61700f1dbb3edc894ede14e6427d39fb7 /maps/Route1718Gate.asm | |
parent | ead04b3b75c79446a337b5b2c38f2650f22a5f3b (diff) |
Globally introduce PERSONTYPE constants
Diffstat (limited to 'maps/Route1718Gate.asm')
-rw-r--r-- | maps/Route1718Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route1718Gate.asm b/maps/Route1718Gate.asm index 2558d5a5f..1d8b9eb43 100644 --- a/maps/Route1718Gate.asm +++ b/maps/Route1718Gate.asm @@ -71,4 +71,4 @@ Route1718Gate_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, OfficerScript_0x7360e, -1 + person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_SCRIPT, 0, OfficerScript_0x7360e, -1 |