pokecrystal-board/stats/pokedex/entries/233.asm

13 lines
251 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; Porygon2PokedexEntry: ; 0x1d110c
2014-03-05 21:46:01 -08:00
db "VIRTUAL@" ; species name
2013-02-05 16:29:20 -08:00
dw 200, 720; height, width
2014-03-05 21:46:01 -08:00
db "This manmade"
next "#MON evolved"
next "from the latest@"
db "technology. It"
next "may have unprog-"
next "rammed reactions.@"
2013-02-05 16:29:20 -08:00
; 0x1d1174