mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
261 B
NASM
13 lines
261 B
NASM
; WeepinbellPokedexEntry: ; 0x1b81fd
|
|
db "FLYCATCHER@" ; species name
|
|
dw 303, 140 ; height, width
|
|
|
|
db "When it's hungry,"
|
|
next "it swings its"
|
|
next "razor-sharp"
|
|
page "leaves, slicing up"
|
|
next "any unlucky object"
|
|
next "nearby for food.@"
|
|
; 0x1b826e
|
|
|