diff options
author | yenatch <yenatch@gmail.com> | 2013-07-12 17:06:11 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-12 17:06:11 -0400 |
commit | 4ac88d6cdcc9d579a2a180d91401c49dc8086265 (patch) | |
tree | 48d816aa0dfa0dd7394edbc8f760eab219bc0131 /maps/BattleTowerOutside.asm | |
parent | 5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff) |
sprite constants in map events
Diffstat (limited to 'maps/BattleTowerOutside.asm')
-rw-r--r-- | maps/BattleTowerOutside.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/BattleTowerOutside.asm b/maps/BattleTowerOutside.asm index a35e6d3e9..a6dc3a09e 100644 --- a/maps/BattleTowerOutside.asm +++ b/maps/BattleTowerOutside.asm @@ -21,15 +21,15 @@ UnknownScript_0x9f85b: ; 0x9f85b return ; 0x9f85f -UnknownScript_0x9f85f: ; 0x9f85f +StandingYoungsterScript_0x9f85f: ; 0x9f85f jumptextfaceplayer UnknownText_0x9f930 ; 0x9f862 -UnknownScript_0x9f862: ; 0x9f862 +BuenaScript_0x9f862: ; 0x9f862 jumptextfaceplayer UnknownText_0x9f9db ; 0x9f865 -UnknownScript_0x9f865: ; 0x9f865 +SailorScript_0x9f865: ; 0x9f865 jumptextfaceplayer UnknownText_0x9fa8c ; 0x9f868 @@ -138,10 +138,10 @@ BattleTowerOutside_MapEventHeader: ; 0x9fb5f ; people-events db 4 - person_event $66, 16, 10, $7, $0, 255, 255, $80, 0, UnknownScript_0x9f85f, $ffff - person_event $2a, 15, 17, $2, $11, 255, 255, $a0, 0, UnknownScript_0x9f862, $ffff - person_event $49, 22, 16, $5, $1, 255, 255, $0, 0, UnknownScript_0x9f865, $07cf - person_event $28, 28, 16, $3, $0, 255, 255, $a0, 0, ObjectEvent, $ffff + person_event SPRITE_STANDING_YOUNGSTER, 16, 10, $7, $0, 255, 255, $80, 0, StandingYoungsterScript_0x9f85f, $ffff + person_event SPRITE_BUENA, 15, 17, $2, $11, 255, 255, $a0, 0, BuenaScript_0x9f862, $ffff + person_event SPRITE_SAILOR, 22, 16, $5, $1, 255, 255, $0, 0, SailorScript_0x9f865, $07cf + person_event SPRITE_LASS, 28, 16, $3, $0, 255, 255, $a0, 0, ObjectEvent, $ffff ; 0x9fbb2 |