mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
250 B
NASM
9 lines
250 B
NASM
|
; ElectrodePokedexEntry: ; 0x1b8f19
|
||
|
db "BALL@" ; species name
|
||
|
dw 311, 1470; height, width
|
||
|
|
||
|
db "The more energy it", $4e, "charges up, the", $4e, "faster it gets.@"
|
||
|
db "But this also", $4e, "makes it more", $4e, "likely to explode.@"
|
||
|
; 0x1b8f84
|
||
|
|