You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
6 lines
169 B
NASM
Executable File
6 lines
169 B
NASM
Executable File
const_def
|
|
const PLAYERAIACTION_BOARD_MENU ; 0
|
|
const PLAYERAIACTION_ROLL_DIE ; 1
|
|
const PLAYERAIACTION_CHOOSE_BRANCH_DIR ; 2
|
|
DEF NUM_PLAYER_AI_ACTIONS EQU const_value
|