mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
240 B
NASM
13 lines
240 B
NASM
; BellsproutPokedexEntry: ; 0x1b81a1
|
|
db "FLOWER@" ; species name
|
|
dw 204, 90; height, width
|
|
|
|
db "If it notices"
|
|
next "anything that"
|
|
next "moves, it@"
|
|
db "immediately flings"
|
|
next "its vine at the"
|
|
next "object.@"
|
|
; 0x1b81fd
|
|
|