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