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 @@
|
||||
; CharmeleonPokedexEntry: ; 0x18184a
|
||||
db "FLAME@" ; species name
|
||||
db "FLAME@" ; species name
|
||||
dw 307, 420; height, width
|
||||
|
||||
db "If it becomes", $4e, "agitated during", $4e, "battle, it spouts@"
|
||||
db "intense flames,", $4e, "incinerating its", $4e, "surroundings.@"
|
||||
db "If it becomes"
|
||||
next "agitated during"
|
||||
next "battle, it spouts@"
|
||||
db "intense flames,"
|
||||
next "incinerating its"
|
||||
next "surroundings.@"
|
||||
; 0x1818b3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user