aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/hidden_objects/book_or_sculpture.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 17:09:35 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 21:14:46 -0400
commit139a28ff9906d728a6820fe678a2a616eb309421 (patch)
tree9a4339b97e16e10c5b007e836f1f3fadd33bd9f4 /engine/events/hidden_objects/book_or_sculpture.asm
parentMerge pull request #257 from Rangi42/master (diff)
downloadpokeyellow-139a28ff9906d728a6820fe678a2a616eb309421.tar.gz
pokeyellow-139a28ff9906d728a6820fe678a2a616eb309421.tar.xz
pokeyellow-139a28ff9906d728a6820fe678a2a616eb309421.zip
Port pokecrystal's formatting of text commands and special characters
Diffstat (limited to 'engine/events/hidden_objects/book_or_sculpture.asm')
-rw-r--r--engine/events/hidden_objects/book_or_sculpture.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/events/hidden_objects/book_or_sculpture.asm b/engine/events/hidden_objects/book_or_sculpture.asm
index 2d6f278a..2f3334b8 100644
--- a/engine/events/hidden_objects/book_or_sculpture.asm
+++ b/engine/events/hidden_objects/book_or_sculpture.asm
@@ -1,5 +1,5 @@
BookOrSculptureText::
- TX_ASM
+ text_asm
ld hl, PokemonBooksText
ld a, [wCurMapTileset]
cp MANSION ; Celadon Mansion tileset
@@ -13,9 +13,9 @@ BookOrSculptureText::
jp TextScriptEnd
PokemonBooksText:
- TX_FAR _PokemonBooksText
- db "@"
+ text_far _PokemonBooksText
+ text_end
DiglettSculptureText:
- TX_FAR _DiglettSculptureText
- db "@"
+ text_far _DiglettSculptureText
+ text_end