diff options
Diffstat (limited to 'data/maps/hide_show_data.asm')
| -rw-r--r-- | data/maps/hide_show_data.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/hide_show_data.asm b/data/maps/hide_show_data.asm index 59824e80..72e3add9 100644 --- a/data/maps/hide_show_data.asm +++ b/data/maps/hide_show_data.asm @@ -2,7 +2,7 @@ MapHSPointers: ; entries correspond to map ids - table_width 2, MapHSPointers + table_width 2 dw PalletTownHS dw ViridianCityHS dw PewterCityHS @@ -260,7 +260,7 @@ NoHS: MissableObjects: ; entries correspond to HS_* constants (see constants/hide_show_constants) - table_width 3, MissableObjects + table_width 3 ; format: map id, object id, HIDE/SHOW PalletTownHS: |
