mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
253 B
NASM
9 lines
253 B
NASM
|
; DoduoPokedexEntry: ; 0x1b87d7
|
||
|
db "TWIN BIRD@" ; species name
|
||
|
dw 407, 860; height, width
|
||
|
|
||
|
db "It lives on a", $4e, "grassy plain where", $4e, "it can see a long@"
|
||
|
db "way. If it sees an", $4e, "enemy, it runs", $4e, "away at 60 mph.@"
|
||
|
; 0x1b884a
|
||
|
|