mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
243 B
NASM
9 lines
243 B
NASM
|
; AlakazamPokedexEntry: ; 0x1b8000
|
||
|
db "PSI@" ; species name
|
||
|
dw 411, 1060; height, width
|
||
|
|
||
|
db "It has an IQ of", $4e, "5000. It calcu-", $4e, "lates many things@"
|
||
|
db "in order to gain", $4e, "the edge in every", $4e, "battle.@"
|
||
|
; 0x1b8065
|
||
|
|