diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 19:38:00 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 19:38:00 -0400 |
commit | f2550fc3c208508aaba3a9c2f26dcd12d81c6bc5 (patch) | |
tree | 347d073f87f6a5fa70b077c8f66b6b09575925e4 /home/window.asm | |
parent | f76dabedcc8af56c871e06a4721de4c79bd30908 (diff) |
ReplaceKrisSprite -> UpdatePlayerSprite
Diffstat (limited to 'home/window.asm')
-rw-r--r-- | home/window.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/window.asm b/home/window.asm index f428c1a7a..082ec40fc 100644 --- a/home/window.asm +++ b/home/window.asm @@ -38,7 +38,7 @@ CloseText:: call SafeUpdateSprites ld a, $90 ldh [hWY], a - call ReplaceKrisSprite + call UpdatePlayerSprite farcall InitMapNameSign farcall LoadOverworldFont ret |