pokecrystal/stats/pokedex/entries/007.asm

13 lines
254 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; SquirtlePokedexEntry: ; 0x181926
db "TINYTURTLE@" ; species name
dw 108, 200 ; height, width
2013-02-06 00:29:20 +00:00
2014-03-06 05:46:01 +00:00
db "When it feels"
next "threatened, it"
next "draws its legs"
page "inside its shell"
2014-03-06 05:46:01 +00:00
next "and sprays water"
next "from its mouth.@"
2013-02-06 00:29:20 +00:00
; 0x181993