You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Player management [Commit 1] (#38)
This commit is contained in:
18
constants/player_constants.asm
Executable file
18
constants/player_constants.asm
Executable file
@@ -0,0 +1,18 @@
|
||||
; see GetPlayerField (home/player.asm) and Players (data/players/players.asm)
|
||||
|
||||
; player characters
|
||||
const_def
|
||||
const PLAYER_CHRIS
|
||||
const PLAYER_KRIS
|
||||
const PLAYER_GREEN
|
||||
DEF NUM_PLAYER_CHARACTERS EQU const_value
|
||||
|
||||
; field ids in the Players table
|
||||
rsreset
|
||||
DEF PLAYERDATA_STATE_SPRITES rw
|
||||
DEF PLAYERDATA_NPC_PAL rb
|
||||
DEF PLAYERDATA_FISHING_SPRITE rw
|
||||
DEF PLAYERDATA_FRONTPIC rw
|
||||
DEF PLAYERDATA_BACKPIC rw
|
||||
DEF PLAYERDATA_PIC_PAL rw
|
||||
DEF PLAYERDATA_LENGTH EQU _RS
|
Reference in New Issue
Block a user