diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-04-14 16:47:43 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-04-14 16:47:43 -0400 |
| commit | 3da00e31f8698c1b994c24ca55b5b9c3d3454af8 (patch) | |
| tree | d911b820dec9e3e5cee6f8f9fb5724d178eee7e1 /home | |
| parent | Replace bankswitch jumps with jpab, also fix hardcoded bank reference. (diff) | |
| download | pokeyellow-3da00e31f8698c1b994c24ca55b5b9c3d3454af8.tar.gz pokeyellow-3da00e31f8698c1b994c24ca55b5b9c3d3454af8.tar.xz pokeyellow-3da00e31f8698c1b994c24ca55b5b9c3d3454af8.zip | |
Move yellow/main.asm code to main.asm
Also fix an error in home/overworld.asm
Diffstat (limited to 'home')
| -rw-r--r-- | home/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index 48b94072..1f84597d 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -2141,7 +2141,7 @@ IsSpinning:: ; 0ff0 (0:0ff0) ld a,[wd736] bit 7,a ret z ; no spinning - jpab LoadSpinnerArrowTiles ; spin while moving + jpba LoadSpinnerArrowTiles ; spin while moving Func_0ffe:: ; 0ffe (0:0ffe) jpab IsPlayerTalkingToPikachu |
