You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (resolve PR #460)
# Conflicts: # engine/battle/core.asm # engine/save.asm
This commit is contained in:
@@ -154,7 +154,7 @@ UnownPrinter: ; 16be4
|
||||
.Load2bppToSRAM: ; 16cff
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
ld a, $6
|
||||
ld a, BANK(wDecompressScratch)
|
||||
ld [rSVBK], a
|
||||
|
||||
ld a, BANK(sScratch)
|
||||
@@ -178,7 +178,7 @@ UnownPrinter: ; 16be4
|
||||
hlcoord 1, 9
|
||||
ld de, UnownDexVacantString
|
||||
call PlaceString
|
||||
xor a
|
||||
xor a ; sScratch
|
||||
call GetSRAMBank
|
||||
ld hl, sScratch
|
||||
ld bc, $31 tiles
|
||||
|
||||
Reference in New Issue
Block a user