You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -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:
@@ -41,7 +41,7 @@ Function17a6a8:
|
||||
call Function17aba0
|
||||
farcall Function106464
|
||||
call Function17ac0c
|
||||
farcall HDMATransferAttrMapAndTileMapToWRAMBank3
|
||||
farcall HDMATransferAttrmapAndTilemapToWRAMBank3
|
||||
call Function17abcf
|
||||
farcall LoadOW_BGPal7
|
||||
farcall Function49420
|
||||
@@ -163,7 +163,7 @@ Function17a78f:
|
||||
bit 7, [hl]
|
||||
res 7, [hl]
|
||||
jr nz, .asm_17a79f
|
||||
farcall HDMATransferTileMapToWRAMBank3
|
||||
farcall HDMATransferTilemapToWRAMBank3
|
||||
ret
|
||||
|
||||
.asm_17a79f
|
||||
@@ -656,7 +656,7 @@ Function17aaa9:
|
||||
call Function17aae3
|
||||
ld c, a
|
||||
ld b, $0
|
||||
hlcoord 0, 0, wAttrMap
|
||||
hlcoord 0, 0, wAttrmap
|
||||
add hl, bc
|
||||
push hl
|
||||
ld a, $4
|
||||
@@ -797,10 +797,10 @@ Function17ac1d:
|
||||
|
||||
Function17ac2a:
|
||||
ld hl, Tilemap_17ae3d
|
||||
decoord 0, 4, wAttrMap
|
||||
decoord 0, 4, wAttrmap
|
||||
ld bc, (SCREEN_HEIGHT - 4) * SCREEN_WIDTH
|
||||
call CopyBytes
|
||||
hlcoord 0, 4, wAttrMap
|
||||
hlcoord 0, 4, wAttrmap
|
||||
ld bc, (SCREEN_HEIGHT - 4) * SCREEN_WIDTH
|
||||
.loop
|
||||
ld a, [hl]
|
||||
|
||||
Reference in New Issue
Block a user