mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
247 B
NASM
9 lines
247 B
NASM
|
; CorsolaPokedexEntry: ; 0x1d0c68
|
||
|
db "CORAL@" ; species name
|
||
|
dw 200, 110; height, width
|
||
|
|
||
|
db "The points on its", $4e, "head absorb", $4e, "nutrients from@"
|
||
|
db "clean water. They", $4e, "cannot survive in", $4e, "polluted water.@"
|
||
|
; 0x1d0cd3
|
||
|
|