diff options
Diffstat (limited to 'maps/BlackthornMart.asm')
-rw-r--r-- | maps/BlackthornMart.asm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/maps/BlackthornMart.asm b/maps/BlackthornMart.asm index 317c0a84c..e78bd8a74 100644 --- a/maps/BlackthornMart.asm +++ b/maps/BlackthornMart.asm @@ -1,3 +1,8 @@ +const_value set 2 + const BLACKTHORNMART_CLERK + const BLACKTHORNMART_COOLTRAINER_M + const BLACKTHORNMART_BLACK_BELT + BlackthornMart_MapScriptHeader: .MapTriggers: db 0 @@ -6,9 +11,9 @@ BlackthornMart_MapScriptHeader: db 0 ClerkScript_0x195a5d: - loadfont + opentext pokemart MARTTYPE_STANDARD, MART_BLACKTHORN - loadmovesprites + closetext end CooltrainerMScript_0x195a64: |