mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
226 B
NASM
11 lines
226 B
NASM
; BellsproutPokedexEntry: ; 0x1b81a1
|
|
db "FLOWER@" ; species name
|
|
dw 204, 90 ; height, weight
|
|
|
|
db "If it notices"
|
|
next "anything that"
|
|
next "moves, it"
|
|
page "immediately flings"
|
|
next "its vine at the"
|
|
next "object.@"
|