diff options
Diffstat (limited to 'maps/WarehouseEntrance.asm')
-rw-r--r-- | maps/WarehouseEntrance.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/WarehouseEntrance.asm b/maps/WarehouseEntrance.asm index 8aacb4fe4..e95bd02ef 100644 --- a/maps/WarehouseEntrance.asm +++ b/maps/WarehouseEntrance.asm @@ -156,7 +156,7 @@ GrannyScript_0x7c132: jump WarehouseEntranceScript_ShopClosed .Open: - pokemart $1, $0021 + pokemart MARTTYPE_BITTER, MART_UNDERGROUND loadmovesprites end @@ -171,7 +171,7 @@ GrampsScript_0x7c146: .CheckMorn: checkmorn iffalse WarehouseEntranceScript_ShopClosed - pokemart $2, 0 + pokemart MARTTYPE_BARGAIN, 0 loadmovesprites end |