diff options
author | yenatch <yenatch@gmail.com> | 2013-12-01 17:54:09 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-01 17:54:09 -0500 |
commit | 9aaa5f24bb7334421b056f72594db0d28a464739 (patch) | |
tree | 459bb3e81d65968fb5f1d1153b6d60d833c39f24 /engine/scripting.asm | |
parent | c0e2170f01366bca77e35d562f9f98b3a560a82c (diff) |
shorten redundant text_jump macros
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 4fabec928..861b0553a 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -589,7 +589,7 @@ GiveItemScript: ; 96f77 ; 96f89 ReceivedItemText: ; 96f89 - text_jump UnknownText_0x1c4719, BANK(UnknownText_0x1c4719) + text_jump UnknownText_0x1c4719 db "@" ; 96f8e @@ -706,12 +706,12 @@ CurItemName: ; 97051 PutItemInPocketText: ; 9705b - text_jump UnknownText_0x1c472c, BANK(UnknownText_0x1c472c) + text_jump UnknownText_0x1c472c db "@" ; 97060 PocketIsFullText: ; 97060 - text_jump UnknownText_0x1c474b, BANK(UnknownText_0x1c474b) + text_jump UnknownText_0x1c474b db "@" ; 97065 |