From cd170d676e2180cdd75446a4fa575be8fa584749 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 24 May 2015 15:04:10 -0400 Subject: Minor fixes here and there. Typos, moving around, new HRAM stuff. --- home/overworld.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit v1.3.1-sl0p