diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-21 13:08:20 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-21 13:08:20 -0400 |
commit | def16f56d0212de6dc99f7b733fb190e3784aad9 (patch) | |
tree | 8c31f10206477422c6b53148ddf3c20160abdbda /home/window.asm | |
parent | dc48fd153a0ed7a9236da657f72a7b7fde4034fd (diff) |
engine/health.asm; overworld move/item fns pt 1
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 9bafebe5..d7f1d9df 100644 --- a/home/window.asm +++ b/home/window.asm @@ -33,7 +33,7 @@ CloseText ld a, $90 ld [hWY], a callba Function1415c - call Functiond97 + call ReplacePlayerSprite ld hl, wd565 res 7, [hl] call ResetBGWindow |