diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:51:30 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:51:30 -0500 |
| commit | 3453879756d32b6fcbf1517cc1de51f2c157c75d (patch) | |
| tree | fc2524b3950c3fec68c527dcaf26d1130ee2ee53 /maps/RuinsofAlphInnerChamber.asm | |
| parent | 464cfc9d97be09397775ce1f54d7c5b0b9fb28ae (diff) | |
| parent | c61b3d42ad4e88b32e9c321b7fcc559ec0220e64 (diff) | |
Merge branch 'master' into remove-extras
Diffstat (limited to 'maps/RuinsofAlphInnerChamber.asm')
| -rw-r--r-- | maps/RuinsofAlphInnerChamber.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/RuinsofAlphInnerChamber.asm b/maps/RuinsofAlphInnerChamber.asm index 3928c6481..eae1298a5 100644 --- a/maps/RuinsofAlphInnerChamber.asm +++ b/maps/RuinsofAlphInnerChamber.asm @@ -33,15 +33,15 @@ UnknownScript_0x58f6e: ; 0x58f6e end ; 0x58f7d -UnknownScript_0x58f7d: ; 0x58f7d +FisherScript_0x58f7d: ; 0x58f7d jumptextfaceplayer UnknownText_0x58fac ; 0x58f80 -UnknownScript_0x58f80: ; 0x58f80 +TeacherScript_0x58f80: ; 0x58f80 jumptextfaceplayer UnknownText_0x58fda ; 0x58f83 -UnknownScript_0x58f83: ; 0x58f83 +GrampsScript_0x58f83: ; 0x58f83 jumptextfaceplayer UnknownText_0x59024 ; 0x58f86 @@ -132,8 +132,8 @@ RuinsofAlphInnerChamber_MapEventHeader: ; 0x59097 ; people-events db 3 - person_event $3a, 11, 7, $3, $0, 255, 255, $a0, 0, UnknownScript_0x58f7d, $0705 - person_event $29, 17, 18, $2, $11, 255, 255, $0, 0, UnknownScript_0x58f80, $0705 - person_event $2f, 23, 15, $7, $0, 255, 255, $b0, 0, UnknownScript_0x58f83, $0705 + person_event SPRITE_FISHER, 11, 7, $3, $0, 255, 255, $a0, 0, FisherScript_0x58f7d, $0705 + person_event SPRITE_TEACHER, 17, 18, $2, $11, 255, 255, $0, 0, TeacherScript_0x58f80, $0705 + person_event SPRITE_GRAMPS, 23, 15, $7, $0, 255, 255, $b0, 0, GrampsScript_0x58f83, $0705 ; 0x59173 |
