summaryrefslogtreecommitdiff
path: root/maps/EcruteakMart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/EcruteakMart.asm')
-rw-r--r--maps/EcruteakMart.asm9
1 files changed, 7 insertions, 2 deletions
diff --git a/maps/EcruteakMart.asm b/maps/EcruteakMart.asm
index d10ee827a..052b4c40d 100644
--- a/maps/EcruteakMart.asm
+++ b/maps/EcruteakMart.asm
@@ -1,3 +1,8 @@
+const_value set 2
+ const ECRUTEAKMART_CLERK
+ const ECRUTEAKMART_SUPER_NERD
+ const ECRUTEAKMART_GRANNY
+
EcruteakMart_MapScriptHeader:
.MapTriggers:
db 0
@@ -6,9 +11,9 @@ EcruteakMart_MapScriptHeader:
db 0
ClerkScript_0x99c3b:
- loadfont
+ opentext
pokemart MARTTYPE_STANDARD, MART_ECRUTEAK
- loadmovesprites
+ closetext
end
SuperNerdScript_0x99c42: