pokecrystal-board/stats/pokedex/entries/102.asm

13 lines
261 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; ExeggcutePokedexEntry: ; 0x1b8f84
2014-03-05 21:46:01 -08:00
db "EGG@" ; species name
2013-02-05 16:29:20 -08:00
dw 104, 60; height, width
2014-03-05 21:46:01 -08:00
db "If even one is"
next "separated from the"
next "group, the energy@"
db "bond between the"
next "six will make them"
next "rejoin instantly.@"
2013-02-05 16:29:20 -08:00
; 0x1b8ff6