pokecrystal/stats/pokedex/entries/224.asm

13 lines
259 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; OctilleryPokedexEntry: ; 0x1d0d42
2014-03-06 05:46:01 +00:00
db "JET@" ; species name
2013-02-06 00:29:20 +00:00
dw 211, 630; height, width
2014-03-06 05:46:01 +00:00
db "Its instinct is to"
next "bury itself in"
next "holes. It often@"
db "steals the nesting"
next "holes of others to"
next "sleep in them.@"
2013-02-06 00:29:20 +00:00
; 0x1d0db1