diff options
Diffstat (limited to 'maps/GoldenrodDeptStoreRoof.asm')
-rw-r--r-- | maps/GoldenrodDeptStoreRoof.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/GoldenrodDeptStoreRoof.asm b/maps/GoldenrodDeptStoreRoof.asm index 6a95af206..34829c3fa 100644 --- a/maps/GoldenrodDeptStoreRoof.asm +++ b/maps/GoldenrodDeptStoreRoof.asm @@ -17,9 +17,9 @@ GoldenrodDeptStoreRoof_MapScriptHeader: ; callbacks - dbw 1, .CheckSaleChangeBlock + dbw MAPCALLBACK_TILES, .CheckSaleChangeBlock - dbw 2, .CheckSaleChangeClerk + dbw MAPCALLBACK_OBJECTS, .CheckSaleChangeClerk .CheckSaleChangeBlock: checkflag ENGINE_GOLDENROD_DEPT_STORE_SALE_IS_ON |