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/overworld.asm | |
parent | 561c0c8ed0fde34d474f5460aae459dcd031c7b1 (diff) |
Move yellow/main.asm code to main.asm
Also fix an error in home/overworld.asm
Diffstat (limited to 'home/overworld.asm')
-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 |