mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
232 B
NASM
11 lines
232 B
NASM
; MagnetonPokedexEntry: ; 0x1b870a
|
|
db "MAGNET@" ; species name
|
|
dw 303, 1320 ; height, weight
|
|
|
|
db "When many"
|
|
next "MAGNETON gather"
|
|
next "together, the"
|
|
page "resulting magnetic"
|
|
next "storm disrupts"
|
|
next "radio waves.@"
|