You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use more constants in scripts
This commit is contained in:
@@ -1061,12 +1061,13 @@ INCLUDE "data/decorations/decorations.asm"
|
||||
|
||||
DescribeDecoration:: ; 26f59
|
||||
ld a, b
|
||||
ld hl, JumpTable_DecorationDesc
|
||||
ld hl, .JumpTable
|
||||
rst JumpTable
|
||||
ret
|
||||
; 26f5f
|
||||
|
||||
JumpTable_DecorationDesc: ; 26f5f
|
||||
.JumpTable: ; 26f5f
|
||||
; entries correspond to DECODESC_* constants
|
||||
dw DecorationDesc_Poster
|
||||
dw DecorationDesc_LeftOrnament
|
||||
dw DecorationDesc_RightOrnament
|
||||
|
||||
Reference in New Issue
Block a user