mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
259 B
NASM
13 lines
259 B
NASM
; QwilfishPokedexEntry: ; 0x1d07b1
|
|
db "BALLOON@" ; species name
|
|
dw 108, 90; height, width
|
|
|
|
db "When faced with a"
|
|
next "larger opponent,"
|
|
next "it swallows as@"
|
|
db "much water as it"
|
|
next "can to match the"
|
|
next "opponent's size.@"
|
|
; 0x1d0821
|
|
|