diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-06-05 16:39:42 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-06-05 16:39:42 -0400 |
| commit | 08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239 (patch) | |
| tree | 7b5d7d54ed3ce4cebd9b3e2809c5ce54e8eaddfd /constants/hide_show_constants.asm | |
| parent | Merge pull request #10 from PikalaxALT/master (diff) | |
| parent | This looks like Gen 2's object animation engine (diff) | |
| download | pokeyellow-08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239.tar.gz pokeyellow-08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239.tar.xz pokeyellow-08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239.zip | |
Merge pull request #11 from PikalaxALT/master
MILESTONE: Finish disassembly
Diffstat (limited to 'constants/hide_show_constants.asm')
| -rwxr-xr-x | constants/hide_show_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/hide_show_constants.asm b/constants/hide_show_constants.asm index 4ca9e178..10cffac8 100755 --- a/constants/hide_show_constants.asm +++ b/constants/hide_show_constants.asm @@ -192,9 +192,9 @@ const HS_SILPH_CO_10F_ITEM_2 ; B9 const HS_SILPH_CO_10F_ITEM_3 ; BA const HS_SILPH_CO_11F_1 ; BB - const HS_SILPH_CO_11F_2 ; BC - const HS_SILPH_CO_11F_JESSIE ; BD - const HS_SILPH_CO_11F_JAMES ; BE + const HS_SILPH_CO_11F_JAMES ; BC + const HS_SILPH_CO_11F_2 ; BD + const HS_SILPH_CO_11F_JESSIE ; BE const HS_MAP_F4_1 ; BF const HS_MANSION_2_ITEM ; C0 const HS_MANSION_3_ITEM_1 ; C1 |
