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 @@
|
||||
; BulbasaurPokedexEntry: ; 0x181695
|
||||
db "SEED@" ; species name
|
||||
db "SEED@" ; species name
|
||||
dw 204, 150; height, width
|
||||
|
||||
db "While it is young,", $4e, "it uses the", $4e, "nutrients that are@"
|
||||
db "stored in the", $4e, "seeds on its back", $4e, "in order to grow.@"
|
||||
db "While it is young,"
|
||||
next "it uses the"
|
||||
next "nutrients that are@"
|
||||
db "stored in the"
|
||||
next "seeds on its back"
|
||||
next "in order to grow.@"
|
||||
; 0x181702
|
||||
|
||||
|
||||
Reference in New Issue
Block a user