mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
247 B
NASM
11 lines
247 B
NASM
; ExeggcutePokedexEntry: ; 0x1b8f84
|
|
db "EGG@" ; species name
|
|
dw 104, 60 ; height, width
|
|
|
|
db "If even one is"
|
|
next "separated from the"
|
|
next "group, the energy"
|
|
page "bond between the"
|
|
next "six will make them"
|
|
next "rejoin instantly.@"
|