mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
239 B
NASM
11 lines
239 B
NASM
; BayleefPokedexEntry: ; 0x1cc9e9
|
|
db "LEAF@" ; species name
|
|
dw 311, 350 ; height, width
|
|
|
|
db "The scent that"
|
|
next "wafts from the"
|
|
next "leaves on its neck"
|
|
page "causes anyone who"
|
|
next "smells it to"
|
|
next "become energetic.@"
|