diff options
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 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
|