You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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.
This commit is contained in:
@@ -697,7 +697,7 @@ PokeBallEffect:
|
||||
jr z, .toss
|
||||
|
||||
call ClearBGPalettes
|
||||
call ClearTileMap
|
||||
call ClearTilemap
|
||||
|
||||
.toss
|
||||
ld hl, wNumItems
|
||||
@@ -1761,7 +1761,7 @@ ItemActionTextWaitButton:
|
||||
xor a
|
||||
ldh [hBGMapMode], a
|
||||
hlcoord 0, 0
|
||||
ld bc, wTileMapEnd - wTileMap
|
||||
ld bc, wTilemapEnd - wTilemap
|
||||
ld a, " "
|
||||
call ByteFill
|
||||
ld a, [wPartyMenuActionText]
|
||||
|
@@ -1326,7 +1326,7 @@ Pack_InterpretJoypad:
|
||||
|
||||
Pack_InitGFX:
|
||||
call ClearBGPalettes
|
||||
call ClearTileMap
|
||||
call ClearTilemap
|
||||
call ClearSprites
|
||||
call DisableLCD
|
||||
ld hl, PackMenuGFX
|
||||
|
Reference in New Issue
Block a user