diff options
author | yenatch <yenatch@gmail.com> | 2013-12-02 14:18:03 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-02 14:18:03 -0500 |
commit | 3de254f7a2db89070f8821646885d438c74c0ad3 (patch) | |
tree | 8002fc04e89f291d9cb9132b7545a40b2ad09b35 /engine/scripting.asm | |
parent | ce37f0f9708a4e30761a510931672120d776e46c (diff) |
more 3pt macro labels; shorten 3pt macros to take just a label
static addresses should be avoided anyway
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 861b0553a..df1215f40 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -573,7 +573,7 @@ Function96f76: ; 96f76 ; 96f77 GiveItemScript: ; 96f77 - 3callasm BANK(Function96f76), Function96f76 + 3callasm Function96f76 2writetext ReceivedItemText iffalse .Full waitbutton |