diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-12 15:16:23 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-12 15:16:23 -0500 |
commit | 1cb19a03a3c57c85d27495f95483b30ae37f0976 (patch) | |
tree | 0f798841fdf32e9ee4fdee93fb0b43d8cb73fa5b /maps/VictoryRoadGate.asm | |
parent | b676c24aefc3213d844fba9572dcb327be16a4d9 (diff) | |
parent | 8d75f962e45694555b10ac78a3e78e3f53682db0 (diff) |
Merge commit '8d75f96' into master
Mostly sprite stuff.
Diffstat (limited to 'maps/VictoryRoadGate.asm')
-rw-r--r-- | maps/VictoryRoadGate.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/VictoryRoadGate.asm b/maps/VictoryRoadGate.asm index 21d009722..f2e689ceb 100644 --- a/maps/VictoryRoadGate.asm +++ b/maps/VictoryRoadGate.asm @@ -23,7 +23,7 @@ UnknownScript_0x9b9fd: ; 0x9b9fd 2jump UnknownScript_0x9ba04 ; 0x9ba03 -UnknownScript_0x9ba03: ; 0x9ba03 +OfficerScript_0x9ba03: ; 0x9ba03 faceplayer UnknownScript_0x9ba04: ; 0x9ba04 loadfont @@ -46,11 +46,11 @@ UnknownScript_0x9ba19: ; 0x9ba19 end ; 0x9ba21 -UnknownScript_0x9ba21: ; 0x9ba21 +BlackBeltScript_0x9ba21: ; 0x9ba21 jumptextfaceplayer UnknownText_0x9baf1 ; 0x9ba24 -UnknownScript_0x9ba24: ; 0x9ba24 +BlackBeltScript_0x9ba24: ; 0x9ba24 jumptextfaceplayer UnknownText_0x9bb37 ; 0x9ba27 @@ -122,9 +122,9 @@ VictoryRoadGate_MapEventHeader: ; 0x9bb9b ; people-events db 3 - person_event $43, 15, 12, $9, $0, 255, 255, $0, 0, UnknownScript_0x9ba03, $ffff - person_event $41, 9, 11, $9, $0, 255, 255, $0, 0, UnknownScript_0x9ba21, $074f - person_event $41, 9, 16, $8, $0, 255, 255, $0, 0, UnknownScript_0x9ba24, $0750 + person_event SPRITE_OFFICER, 15, 12, $9, $0, 255, 255, $0, 0, OfficerScript_0x9ba03, $ffff + person_event SPRITE_BLACK_BELT, 9, 11, $9, $0, 255, 255, $0, 0, BlackBeltScript_0x9ba21, $074f + person_event SPRITE_BLACK_BELT, 9, 16, $8, $0, 255, 255, $0, 0, BlackBeltScript_0x9ba24, $0750 ; 0x9bbf8 |