You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
11 lines
247 B
NASM
11 lines
247 B
NASM
; ExeggcutePokedexEntry: ; 0x1b8f84
|
|
db "EGG@" ; species name
|
|
dw 104, 60 ; height, weight
|
|
|
|
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.@"
|