You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Verify uneven list sizes with list_start, li, and assert_list_length macros
This was discussed in #815
This commit is contained in:
@@ -18,7 +18,8 @@ DECOATTR_STRUCT_LENGTH EQU _RS
|
||||
NUM_DECO_TYPES EQU const_value - 1
|
||||
|
||||
; DecorationNames indexes (see data/decorations/names.asm)
|
||||
const_def 1
|
||||
const_def
|
||||
const CANCEL_DECO
|
||||
const PUT_IT_AWAY
|
||||
const MAGNAPLANT
|
||||
const TROPICPLANT
|
||||
@@ -44,6 +45,7 @@ NUM_DECO_TYPES EQU const_value - 1
|
||||
const BLUE_CARPET
|
||||
const YELLOW_CARPET
|
||||
const GREEN_CARPET
|
||||
NUM_DECO_NAMES EQU const_value
|
||||
|
||||
; DoDecorationAction2.DecoActions indexes (see engine/overworld/decorations.asm)
|
||||
const_def 1
|
||||
|
Reference in New Issue
Block a user