mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
245 B
NASM
11 lines
245 B
NASM
ApricornBalls:
|
|
; 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
|