summaryrefslogtreecommitdiff
path: root/maps/MountMoonSquare.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-12 17:06:11 -0400
committeryenatch <yenatch@gmail.com>2013-07-12 17:06:11 -0400
commit4ac88d6cdcc9d579a2a180d91401c49dc8086265 (patch)
tree48d816aa0dfa0dd7394edbc8f760eab219bc0131 /maps/MountMoonSquare.asm
parent5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff)
sprite constants in map events
Diffstat (limited to 'maps/MountMoonSquare.asm')
-rw-r--r--maps/MountMoonSquare.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/MountMoonSquare.asm b/maps/MountMoonSquare.asm
index 7937653f2..9ab259580 100644
--- a/maps/MountMoonSquare.asm
+++ b/maps/MountMoonSquare.asm
@@ -91,7 +91,7 @@ MapMountMoonSquareSignpost1Script: ; 0x7711b
jumptext UnknownText_0x7713b
; 0x7711e
-UnknownScript_0x7711e: ; 0x7711e
+RockScript_0x7711e: ; 0x7711e
jumpstd $000f
; 0x77121
@@ -174,8 +174,8 @@ MountMoonSquare_MapEventHeader: ; 0x77158
; people-events
db 3
- person_event $4d, 10, 10, $6, $0, 255, 255, $0, 0, ObjectEvent, $0779
- person_event $4d, 10, 11, $6, $0, 255, 255, $0, 0, ObjectEvent, $0779
- person_event $59, 11, 11, $18, $0, 255, 255, $0, 0, UnknownScript_0x7711e, $0778
+ person_event SPRITE_FAIRY, 10, 10, $6, $0, 255, 255, $0, 0, ObjectEvent, $0779
+ person_event SPRITE_FAIRY, 10, 11, $6, $0, 255, 255, $0, 0, ObjectEvent, $0779
+ person_event SPRITE_ROCK, 11, 11, $18, $0, 255, 255, $0, 0, RockScript_0x7711e, $0778
; 0x771a6