diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-09 21:20:02 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-09 21:20:02 -0400 |
commit | d8dae96f35222ababb9688ce2aed3292515f8ca2 (patch) | |
tree | dbb61bf4f2afab02d51f629a89f9505c0b262a60 /scripts/celadongamecorner.asm | |
parent | 8b3f9b244d72169e04a617eba0b36cae002b31a5 (diff) |
Implement handy text macros from yellow
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-x | scripts/celadongamecorner.asm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index 9a6dcd6d..de9a8e8d 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -267,7 +267,8 @@ CeladonGameCornerText_48d9c: ; 48d9c (12:4d9c) Received10CoinsText: ; 48da1 (12:4da1) TX_FAR _Received10CoinsText - db $0B, "@" + TX_SFX_ITEM + db "@" CeladonGameCornerText_48da7: ; 48da7 (12:4da7) TX_FAR _CeladonGameCornerText_48da7 @@ -344,7 +345,8 @@ CeladonGameCornerText_48e26: ; 48e26 (12:4e26) Received20CoinsText: ; 48e2b (12:4e2b) TX_FAR _Received20CoinsText - db $0B, "@" + TX_SFX_ITEM + db "@" CeladonGameCornerText_48e31: ; 48e31 (12:4e31) TX_FAR _CeladonGameCornerText_48e31 @@ -395,7 +397,8 @@ CeladonGameCornerText_48e88: ; 48e88 (12:4e88) CeladonGameCornerText_48e8d: ; 48e8d (12:4e8d) TX_FAR _CeladonGameCornerText_48e8d - db $0B, "@" + TX_SFX_ITEM + db "@" CeladonGameCornerText_48e93: ; 48e93 (12:4e93) TX_FAR _CeladonGameCornerText_48e93 |