diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-20 13:22:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 13:22:32 -0400 |
| commit | 3e554e1d5206f0ede60f7e99e68637b7f13bc683 (patch) | |
| tree | c5a21b6e4d24ad3e98c3c98982afc65a866e650d /data/maps | |
| parent | Merge pull request #279 from Rangi42/master (diff) | |
| parent | Add comments associating constants with data, and identify some more data (diff) | |
| download | pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.gz pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.xz pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.zip | |
Merge pull request #281 from Rangi42/master
Add comments associating constants with data, and identify some more data
Diffstat (limited to 'data/maps')
| -rwxr-xr-x | data/maps/hide_show_data.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/hide_show_data.asm b/data/maps/hide_show_data.asm index f7276b8d..fa0599f4 100755 --- a/data/maps/hide_show_data.asm +++ b/data/maps/hide_show_data.asm @@ -256,7 +256,7 @@ NoHS: db $FF, $FF, $FF MissableObjects: -; entries correspond to HS_* constants +; entries correspond to HS_* constants (see constants/hide_show_constants) ; format: map id, object id, HIDE/SHOW PalletTownHS: |
