You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
More battle command labels
This commit is contained in:
@@ -4,6 +4,8 @@ EGG_LEVEL EQU 5
|
||||
NUM_MOVES EQU 4
|
||||
|
||||
REST_TURNS EQU 2
|
||||
MAX_STAT_LEVEL EQU 13
|
||||
BASE_STAT_LEVEL EQU 7
|
||||
|
||||
const_def
|
||||
const ATTACK
|
||||
@@ -13,6 +15,8 @@ REST_TURNS EQU 2
|
||||
const SP_DEFENSE
|
||||
const ACCURACY
|
||||
const EVASION
|
||||
const ABILITY
|
||||
NUM_LEVEL_STATS EQU const_value
|
||||
|
||||
; move struct
|
||||
const_def
|
||||
|
Reference in New Issue
Block a user