You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix some constants
Glass ting SFX were added in crystal. PicAnimations and UnownAnimations are expected to be in the same bank as their pointers, because the pointers are not BANK()-referenced separately.
This commit is contained in:
@@ -189,10 +189,10 @@
|
||||
const SFX_TRAIN_ARRIVED ; b9
|
||||
const SFX_STOP_SLOT ; ba
|
||||
const SFX_2_BOOPS ; bb
|
||||
const SFX_GLASS_TING ; bc
|
||||
const SFX_GLASS_TING_2 ; bd
|
||||
|
||||
; new to Crystal
|
||||
const SFX_GLASS_TING ; bc
|
||||
const SFX_GLASS_TING_2 ; bd
|
||||
const SFX_INTRO_UNOWN_1 ; be
|
||||
const SFX_INTRO_UNOWN_2 ; bf
|
||||
const SFX_INTRO_UNOWN_3 ; c0
|
||||
|
Reference in New Issue
Block a user