diff options
author | yenatch <yenatch@gmail.com> | 2015-08-17 11:58:57 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-17 11:58:57 -0400 |
commit | 3cd79c55a3e1b50c8a71ad76692342e52382c700 (patch) | |
tree | 32a9feb55a0eadc24c4690cef4fd0d26b2032f00 /home/window.asm | |
parent | 9974a2c7014cbe7db3d0e516580fea48001ab3df (diff) | |
parent | 4831b4429eab57f56cce4736b6930a54f07314f7 (diff) |
Merge pull request #309 from PikalaxALT/master
Wild data, save functions, fix missing include
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 850b7466e..0d30cfbdd 100644 --- a/home/window.asm +++ b/home/window.asm @@ -83,7 +83,7 @@ Function2e31:: ; 2e31 ld [hBGMapMode], a ld a, $1 ld [hOAMUpdate], a - call DrawOnMap + call UpdateSprites xor a ld [hOAMUpdate], a call DelayFrame |