mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
242 B
NASM
9 lines
242 B
NASM
; MagikarpPokedexEntry: ; 0x1cc000
|
|
db "FISH@" ; species name
|
|
dw 211, 220; height, width
|
|
|
|
db "This weak and", $4e, "pathetic #MON", $4e, "gets easily pushed@"
|
|
db "along rivers when", $4e, "there are strong", $4e, "currents.@"
|
|
; 0x1cc065
|
|
|