You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Update to rgbds v0.7.0
This commit is contained in:
@@ -165,15 +165,15 @@ RunTradeAnimScript:
|
||||
|
||||
ld a, $1
|
||||
ldh [rVBK], a
|
||||
ld hl, vTiles0
|
||||
ld bc, VRAM_End - VRAM_Begin
|
||||
ld hl, STARTOF(VRAM)
|
||||
ld bc, SIZEOF(VRAM)
|
||||
xor a
|
||||
call ByteFill
|
||||
ld a, $0
|
||||
ldh [rVBK], a
|
||||
|
||||
hlbgcoord 0, 0
|
||||
ld bc, VRAM_End - vBGMap0
|
||||
ld bc, STARTOF(VRAM) + SIZEOF(VRAM) - vBGMap0
|
||||
ld a, " "
|
||||
call ByteFill
|
||||
ld hl, TradeGameBoyLZ
|
||||
@@ -467,7 +467,7 @@ TradeAnim_TubeToPlayer8:
|
||||
call DisableLCD
|
||||
callfar ClearSpriteAnims
|
||||
hlbgcoord 0, 0
|
||||
ld bc, VRAM_End - vBGMap0
|
||||
ld bc, STARTOF(VRAM) + SIZEOF(VRAM) - vBGMap0
|
||||
ld a, " "
|
||||
call ByteFill
|
||||
xor a
|
||||
|
Reference in New Issue
Block a user