mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
267 B
NASM
13 lines
267 B
NASM
; PidgeyPokedexEntry: ; 0x181cfa
|
|
db "TINY BIRD@" ; species name
|
|
dw 100, 40; height, width
|
|
|
|
db "It rapidly flaps"
|
|
next "its wings in the"
|
|
next "grass, stirring up@"
|
|
db "a dust cloud that"
|
|
next "drives insect prey"
|
|
next "out into the open.@"
|
|
; 0x181d75
|
|
|