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

13 lines
259 B
NASM
Raw Normal View History

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