mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
12 lines
261 B
NASM
12 lines
261 B
NASM
ApricornBalls: ; 24ca0
|
|
; apricorn, ball
|
|
db RED_APRICORN, LEVEL_BALL
|
|
db BLU_APRICORN, LURE_BALL
|
|
db YLW_APRICORN, MOON_BALL
|
|
db GRN_APRICORN, FRIEND_BALL
|
|
db WHT_APRICORN, FAST_BALL
|
|
db BLK_APRICORN, HEAVY_BALL
|
|
db PNK_APRICORN, LOVE_BALL
|
|
db -1
|
|
; 24caf
|