You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
To do: engine/{menus, overworld}
This commit is contained in:
@@ -159,7 +159,7 @@ _UnownPrinter:
|
||||
ldh [rSVBK], a
|
||||
|
||||
ld a, BANK(sScratch)
|
||||
call GetSRAMBank
|
||||
call OpenSRAM
|
||||
ld de, wDecompressScratch
|
||||
ld hl, sScratch
|
||||
ldh a, [hROMBank]
|
||||
@@ -180,7 +180,7 @@ _UnownPrinter:
|
||||
ld de, UnownDexVacantString
|
||||
call PlaceString
|
||||
xor a ; sScratch
|
||||
call GetSRAMBank
|
||||
call OpenSRAM
|
||||
ld hl, sScratch
|
||||
ld bc, $31 tiles
|
||||
xor a
|
||||
|
||||
Reference in New Issue
Block a user