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 @@
|
||||
; AipomPokedexEntry: ; 0x1cda11
|
||||
db "LONG TAIL@" ; species name
|
||||
db "LONG TAIL@" ; species name
|
||||
dw 207, 250; height, width
|
||||
|
||||
db "It uses its tail", $4e, "to hang on to tree", $4e, "branches. It uses@"
|
||||
db "its momentum to", $4e, "swing from one", $4e, "branch to another.@"
|
||||
db "It uses its tail"
|
||||
next "to hang on to tree"
|
||||
next "branches. It uses@"
|
||||
db "its momentum to"
|
||||
next "swing from one"
|
||||
next "branch to another.@"
|
||||
; 0x1cda87
|
||||
|
||||
|
||||
Reference in New Issue
Block a user