summaryrefslogtreecommitdiff
path: root/maps/ElmsHouse.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-03 16:34:51 -0400
committeryenatch <yenatch@gmail.com>2013-08-03 16:34:51 -0400
commita2242e1b9d95dcaf21ecdb5ae27a497c6ee6c27a (patch)
treea30798efa48b616dc655387ba8f3c1cdd8afd466 /maps/ElmsHouse.asm
parentbb8990dc3cb19787e08c29409cfc674e2478fbc9 (diff)
parent0ee006a145dbe45a8844ad2dc6d8bf04b51f63bc (diff)
Merge branch 'sprites'
Diffstat (limited to 'maps/ElmsHouse.asm')
-rw-r--r--maps/ElmsHouse.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/ElmsHouse.asm b/maps/ElmsHouse.asm
index 1998d6639..ac8fa01db 100644
--- a/maps/ElmsHouse.asm
+++ b/maps/ElmsHouse.asm
@@ -6,11 +6,11 @@ ElmsHouse_MapScriptHeader: ; 0x7aee9
db 0
; 0x7aeeb
-UnknownScript_0x7aeeb: ; 0x7aeeb
+TeacherScript_0x7aeeb: ; 0x7aeeb
jumptextfaceplayer UnknownText_0x7aef7
; 0x7aeee
-UnknownScript_0x7aeee: ; 0x7aeee
+BugCatcherScript_0x7aeee: ; 0x7aeee
jumptextfaceplayer UnknownText_0x7af6b
; 0x7aef1
@@ -92,7 +92,7 @@ ElmsHouse_MapEventHeader: ; 0x7b0ea
; people-events
db 2
- person_event $29, 9, 5, $4, $10, 255, 255, $a0, 0, UnknownScript_0x7aeeb, $ffff
- person_event $25, 8, 9, $7, $0, 255, 255, $0, 0, UnknownScript_0x7aeee, $ffff
+ person_event SPRITE_TEACHER, 9, 5, $4, $10, 255, 255, $a0, 0, TeacherScript_0x7aeeb, $ffff
+ person_event SPRITE_BUG_CATCHER, 8, 9, $7, $0, 255, 255, $0, 0, BugCatcherScript_0x7aeee, $ffff
; 0x7b123