mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
257 B
NASM
13 lines
257 B
NASM
; BeedrillPokedexEntry: ; 0x181c8a
|
|
db "POISON BEE@" ; species name
|
|
dw 303, 650 ; height, width
|
|
|
|
db "It uses sharp,"
|
|
next "poisonous stings"
|
|
next "to defeat prey,"
|
|
page "then takes the"
|
|
next "victim back to its"
|
|
next "nest for food.@"
|
|
; 0x181cfa
|
|
|