mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
236 B
NASM
11 lines
236 B
NASM
; VaporeonPokedexEntry: ; 0x1cc224
|
|
db "BUBBLE JET@" ; species name
|
|
dw 303, 640 ; height, width
|
|
|
|
db "As it uses the"
|
|
next "fins on the tip"
|
|
next "of its tail to"
|
|
page "swim, it blends"
|
|
next "with the water"
|
|
next "perfectly.@"
|