pokecrystal/stats/pokedex/entries/233.asm

13 lines
251 B
NASM
Raw Normal View History

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