mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use 'tile' and 'tiles' macros
This commit is contained in:
parent
b945988a0a
commit
4a7d1513f3
30 changed files with 188 additions and 303 deletions
|
|
@ -10,7 +10,7 @@ DisplayDiploma::
|
|||
set 6, [hl]
|
||||
call DisableLCD
|
||||
ld hl, CircleTile
|
||||
ld de, vChars2 + CIRCLE_TILE_ID * $10
|
||||
ld de, vChars2 tile CIRCLE_TILE_ID
|
||||
ld bc, $10
|
||||
ld a, BANK(CircleTile)
|
||||
call FarCopyData2
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ DisplayMonFrontSpriteInBox:
|
|||
ld a, [wcf91]
|
||||
ld [wd0b5], a
|
||||
call GetMonHeader
|
||||
ld de, vChars1 + $310
|
||||
ld de, vChars1 tile $31
|
||||
call LoadMonFrontSprite
|
||||
ld a, $80
|
||||
ldh [hStartTileID], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue