Use RGBDS 0.9.0 (#1159)

This commit is contained in:
Rangi
2024-12-25 21:24:37 -05:00
committed by GitHub
parent 13621fae93
commit 61c9ba5f6c
15 changed files with 47 additions and 67 deletions

View File

@@ -718,8 +718,7 @@ INCLUDE "gfx/overworld/trainer_battle_dark.pal"
PokeBallTransition:
; 16x16 overlay of a Poke Ball
pusho
opt b.X ; . = 0, X = 1
pusho b.X ; . = 0, X = 1
bigdw %......XXXX......
bigdw %....XXXXXXXX....
bigdw %..XXXX....XXXX..

View File

@@ -148,8 +148,7 @@ DisplayUnownWords:
call CloseWindow
ret
pushc
setcharmap unown
pushc unown
INCLUDE "data/events/unown_walls.asm"

View File

@@ -247,8 +247,7 @@ GetMonBackpic:
FixPicBank:
; This is a thing for some reason.
DEF PICS_FIX EQU $36
EXPORT PICS_FIX
EXPORT DEF PICS_FIX EQU $36
push hl
push bc

View File

@@ -15,8 +15,7 @@
const DEXSTATE_UPDATE_UNOWN_MODE
const DEXSTATE_EXIT
DEF POKEDEX_SCX EQU 5
EXPORT POKEDEX_SCX
EXPORT DEF POKEDEX_SCX EQU 5
Pokedex:
ldh a, [hWX]