diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 17:15:54 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 17:15:54 -0400 |
| commit | 3394d8320f35f524231aa13bd9cae34e22246a6d (patch) | |
| tree | 6df27b17970a668ee19ec5fe2478c33163db7c58 /home.asm | |
| parent | Fix bank3d so it matches baserom.gbc (diff) | |
| download | pokeyellow-3394d8320f35f524231aa13bd9cae34e22246a6d.tar.gz pokeyellow-3394d8320f35f524231aa13bd9cae34e22246a6d.tar.xz pokeyellow-3394d8320f35f524231aa13bd9cae34e22246a6d.zip | |
Make pokeyellow build to baserom.
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3032,8 +3032,8 @@ Func_3467:: ; 3467 (0:3467) DisplayPokedex:: ; 347d (0:347d) ld [wd11e], a - ld b, BANK(Func_7c18) - ld hl, Func_7c18 + ld b, BANK(Func_7abf) + ld hl, Func_7abf jp Bankswitch SetSpriteFacingDirectionAndDelay:: ; 3488 (0:3488) |
