mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +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
|
|
@ -157,12 +157,12 @@ LoadTradingGFXAndMonNames:
|
|||
call Trade_ClearTileMap
|
||||
call DisableLCD
|
||||
ld hl, TradingAnimationGraphics
|
||||
ld de, vChars2 + $310
|
||||
ld de, vChars2 tile $31
|
||||
ld bc, TradingAnimationGraphicsEnd - TradingAnimationGraphics
|
||||
ld a, BANK(TradingAnimationGraphics)
|
||||
call FarCopyData2
|
||||
ld hl, TradingAnimationGraphics2
|
||||
ld de, vSprites + $7c0
|
||||
ld de, vSprites tile $7c
|
||||
ld bc, TradingAnimationGraphics2End - TradingAnimationGraphics2
|
||||
ld a, BANK(TradingAnimationGraphics2)
|
||||
call FarCopyData2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue