diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 22:02:52 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 22:02:52 -0400 |
| commit | edafbab453e53564e1826fb6b73bbc72e7f9edd3 (patch) | |
| tree | 16c509d7828d809787bded820175b877ff617529 /constants | |
| parent | Hey, I found a thing! (diff) | |
| download | pokeyellow-edafbab453e53564e1826fb6b73bbc72e7f9edd3.tar.gz pokeyellow-edafbab453e53564e1826fb6b73bbc72e7f9edd3.tar.xz pokeyellow-edafbab453e53564e1826fb6b73bbc72e7f9edd3.zip | |
Disassemble Pallet Town
Diffstat (limited to 'constants')
| -rwxr-xr-x | constants/hide_show_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/hide_show_constants.asm b/constants/hide_show_constants.asm index 02ebc54e..9d009f5e 100755 --- a/constants/hide_show_constants.asm +++ b/constants/hide_show_constants.asm @@ -6,8 +6,8 @@ const_value = 0 - const HS_PIKACHU ; 00 - const HS_PALLET_TOWN_OAK ; 01 + const HS_PALLET_TOWN_OAK ; 00 + const HS_PIKACHU ; 01 const HS_LYING_OLD_MAN ; 02 const HS_OLD_MAN ; 03 const HS_MUSEUM_GUY ; 04 |
