diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 11:20:12 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 11:20:12 -0400 |
| commit | d3c9c0650289728d107c3cdade5956f0f4a2a02a (patch) | |
| tree | c550234c6eed32601bb554e5a60dce1ae4838cb9 /data/hide_show_data.asm | |
| parent | Include Route 5 (diff) | |
| download | pokeyellow-d3c9c0650289728d107c3cdade5956f0f4a2a02a.tar.gz pokeyellow-d3c9c0650289728d107c3cdade5956f0f4a2a02a.tar.xz pokeyellow-d3c9c0650289728d107c3cdade5956f0f4a2a02a.zip | |
Merge map ID and dimension constants into a single file
Diffstat (limited to 'data/hide_show_data.asm')
| -rwxr-xr-x | data/hide_show_data.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/hide_show_data.asm b/data/hide_show_data.asm index 4e3fe2c2..71a76e47 100755 --- a/data/hide_show_data.asm +++ b/data/hide_show_data.asm @@ -343,7 +343,7 @@ MapHS2D: ; c925 (3:4925) MapHS34: ; c92b (3:492b) db MUSEUM_1F,$05,Show MapHS3F: ; c92e (3:492e) ; bulbasaur adoption house - db CERULEAN_HOUSE,$02,Show + db CERULEAN_HOUSE_1,$02,Show MapHSE4: ; c931 (3:4931) db UNKNOWN_DUNGEON_1,$01,Show db UNKNOWN_DUNGEON_1,$02,Show |
