You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Text macros in Pokedex entries.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
; NidokingPokedexEntry: ; 0x182463
|
||||
db "DRILL@" ; species name
|
||||
db "DRILL@" ; species name
|
||||
dw 407, 1370; height, width
|
||||
|
||||
db "It uses its thick", $4e, "arms, legs and", $4e, "tail to attack@"
|
||||
db "forcefully. Melee", $4e, "combat is its", $4e, "specialty.@"
|
||||
db "It uses its thick"
|
||||
next "arms, legs and"
|
||||
next "tail to attack@"
|
||||
db "forcefully. Melee"
|
||||
next "combat is its"
|
||||
next "specialty.@"
|
||||
; 0x1824c8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user