aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-05-24 15:04:10 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-05-24 15:04:10 -0400
commitcd170d676e2180cdd75446a4fa575be8fa584749 (patch)
tree944259242af7dc40fc4c3028f9ab20e7c63dc5a2 /home
parentMoving yellow data to yellow folder. (diff)
downloadpokeyellow-cd170d676e2180cdd75446a4fa575be8fa584749.tar.gz
pokeyellow-cd170d676e2180cdd75446a4fa575be8fa584749.tar.xz
pokeyellow-cd170d676e2180cdd75446a4fa575be8fa584749.zip
Minor fixes here and there.
Typos, moving around, new HRAM stuff.
Diffstat (limited to 'home')
-rw-r--r--home/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index 22789ece..508e243a 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -1453,7 +1453,7 @@ AdvancePlayerSprite:: ; 0b7f (0:0b7f)
push af
ld a,$FF
ld [wUpdateSpritesEnabled],a
- ld hl, _AdvancePlayerSorite ; 3c:410c
+ ld hl, _AdvancePlayerSprite ; 3c:410c
ld b, BANK(_AdvancePlayerSprite)
call Bankswitch
pop af