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