You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
11 lines
241 B
NASM
11 lines
241 B
NASM
; QuilavaPokedexEntry: ; 0x1ccb33
|
|
db "VOLCANO@" ; species name
|
|
dw 211, 420 ; height, weight
|
|
|
|
db "Before battle, it"
|
|
next "turns its back on"
|
|
next "its opponent to"
|
|
page "demonstrate how"
|
|
next "ferociously its"
|
|
next "fire blazes.@"
|