diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
commit | 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (patch) | |
tree | 58a093bd6c1bdb5e0d7a978c8ace042c6b3d16bd /engine/town_map.asm | |
parent | 955b53047c6d2ddc223ed24191de98f4b4fee5e5 (diff) |
Comment some more bank 0 functions.
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-x | engine/town_map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm index db12c18f..6fbdeb2a 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -138,7 +138,7 @@ MonsNestText: ; 70f89 (1c:4f89) db "'s NEST@" LoadTownMap_Fly: ; 70f90 (1c:4f90) - call CleanLCD_OAM + call ClearSprites call LoadTownMap call LoadPlayerSpriteGraphics call LoadFontTilePatterns @@ -343,7 +343,7 @@ Func_711ab: ; 711ab (1c:51ab) ld [$d09b], a call GBPalWhiteOut call ClearScreen - call CleanLCD_OAM + call ClearSprites call LoadPlayerSpriteGraphics call LoadFontTilePatterns call UpdateSprites |