You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More constants and data tables
This commit is contained in:
7
data/items/x_stats.asm
Normal file
7
data/items/x_stats.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
XItemStats: ; f504
|
||||
; item, stat
|
||||
db X_ATTACK, ATTACK
|
||||
db X_DEFEND, DEFENSE
|
||||
db X_SPEED, SPEED
|
||||
db X_SPECIAL, SP_ATTACK
|
||||
; f50c
|
||||
Reference in New Issue
Block a user