summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-22 17:17:33 -0500
committeryenatch <yenatch@gmail.com>2013-12-22 17:17:33 -0500
commit4d1091f8d914efeae0b3834d2f67d031bde79625 (patch)
tree7d5ae50658139ce4b31fb92a799fd292fa17bbdb /maps
parenta15bd15e2adb91922661015b2e7a35b352c64af7 (diff)
poke seer special
Diffstat (limited to 'maps')
-rw-r--r--maps/PokeSeersHouse.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/PokeSeersHouse.asm b/maps/PokeSeersHouse.asm
index 9751610fa..ebb3d2759 100644
--- a/maps/PokeSeersHouse.asm
+++ b/maps/PokeSeersHouse.asm
@@ -6,10 +6,10 @@ PokeSeersHouse_MapScriptHeader: ; 0x9e36c
db 0
; 0x9e36e
-GrannyScript_0x9e36e: ; 0x9e36e
+SeerScript: ; 0x9e36e
faceplayer
loadfont
- special $0091
+ special SPECIAL_POKESEER
closetext
loadmovesprites
end
@@ -32,6 +32,6 @@ PokeSeersHouse_MapEventHeader: ; 0x9e376
; people-events
db 1
- person_event SPRITE_GRANNY, 7, 6, $6, $0, 255, 255, $80, 0, GrannyScript_0x9e36e, $ffff
+ person_event SPRITE_GRANNY, 7, 6, $6, $0, 255, 255, $80, 0, SeerScript, $ffff
; 0x9e393