You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
9 lines
251 B
NASM
9 lines
251 B
NASM
|
|
; MagnemitePokedexEntry: ; 0x1b869d
|
||
|
|
db "MAGNET@" ; species name
|
||
|
|
dw 100, 130; height, width
|
||
|
|
|
||
|
|
db "The electricity", $4e, "emitted by the", $4e, "units on each side@"
|
||
|
|
db "of its body cause", $4e, "it to become a", $4e, "strong magnet.@"
|
||
|
|
; 0x1b870a
|
||
|
|
|