aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/hide_show_data.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-15 12:26:16 -0400
committerGitHub <noreply@github.com>2020-07-15 12:26:16 -0400
commite18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (patch)
treed8a157ae5aa323a00873efe79eb4693327b8bb70 /data/maps/hide_show_data.asm
parentMerge pull request #269 from Rangi42/master (diff)
parentDon't compare strings with ==; use STRCMP (diff)
downloadpokeyellow-e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a.tar.gz
pokeyellow-e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a.tar.xz
pokeyellow-e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a.zip
Merge pull request #273 from Rangi42/master
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'data/maps/hide_show_data.asm')
-rwxr-xr-xdata/maps/hide_show_data.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/hide_show_data.asm b/data/maps/hide_show_data.asm
index 4203e90a..f7276b8d 100755
--- a/data/maps/hide_show_data.asm
+++ b/data/maps/hide_show_data.asm
@@ -29,7 +29,7 @@ MapHSPointers:
dw NoHS
dw NoHS
dw Route15HS
- dw Rout16eHS
+ dw Route16HS
dw NoHS
dw NoHS
dw NoHS
@@ -302,7 +302,7 @@ Route12HS:
db ROUTE_12, $0A, SHOW
Route15HS:
db ROUTE_15, $0B, SHOW
-Rout16eHS:
+Route16HS:
db ROUTE_16, $07, SHOW
Route22HS:
db ROUTE_22, $01, HIDE