summaryrefslogtreecommitdiff
path: root/engine/pokemon/stats_screen.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-13 18:30:13 +0100
committermid-kid <esteve.varela@gmail.com>2020-02-13 18:31:10 +0100
commit26b8bf003e3523fee94c4c18447ea55f9eb1d429 (patch)
tree96515ae3efceb833cd71c93786150daa3348c71c /engine/pokemon/stats_screen.asm
parent34ceaac71d32baace82f1e6de8fd4b252fb92a84 (diff)
Standardize on lowercase Tilemap and Attrmap
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one.
Diffstat (limited to 'engine/pokemon/stats_screen.asm')
-rw-r--r--engine/pokemon/stats_screen.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/pokemon/stats_screen.asm b/engine/pokemon/stats_screen.asm
index 1d8d7da77..dd0230952 100644
--- a/engine/pokemon/stats_screen.asm
+++ b/engine/pokemon/stats_screen.asm
@@ -37,13 +37,13 @@ StatsScreenInit_gotaddress:
push bc
push hl
call ClearBGPalettes
- call ClearTileMap
+ call ClearTilemap
call UpdateSprites
farcall StatsScreen_LoadFont
pop hl
call _hl_
call ClearBGPalettes
- call ClearTileMap
+ call ClearTilemap
pop bc
; restore old values
@@ -129,7 +129,7 @@ StatsScreen_WaitAnim:
.finish
ld hl, wcf64
res 5, [hl]
- farcall HDMATransferTileMapToWRAMBank3
+ farcall HDMATransferTilemapToWRAMBank3
ret
StatsScreen_SetJumptableIndex:
@@ -148,8 +148,8 @@ MonStatsInit:
ld hl, wcf64
res 6, [hl]
call ClearBGPalettes
- call ClearTileMap
- farcall HDMATransferTileMapToWRAMBank3
+ call ClearTilemap
+ farcall HDMATransferTilemapToWRAMBank3
call StatsScreen_CopyToTempMon
ld a, [wCurPartySpecies]
cp EGG
@@ -989,7 +989,7 @@ EggStatsScreen:
call DelayFrame
hlcoord 0, 0
call PrepMonFrontpic
- farcall HDMATransferTileMapToWRAMBank3
+ farcall HDMATransferTilemapToWRAMBank3
call StatsScreen_AnimateEgg
ld a, [wTempMonHappiness]