mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
11 lines
239 B
NASM
11 lines
239 B
NASM
; PolitoedPokedexEntry: ; 0x1cd84b
|
|
db "FROG@" ; species name
|
|
dw 307, 750 ; height, width
|
|
|
|
db "When it expands"
|
|
next "its throat to"
|
|
next "croak out a tune,"
|
|
page "nearby POLIWAG and"
|
|
next "POLIWHIRL gather"
|
|
next "immediately.@"
|