diff options
author | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-09 18:18:10 +0100 |
---|---|---|
committer | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-09 18:18:10 +0100 |
commit | 51b81e4d9734c9db8b673074e6ab26dd8280f61c (patch) | |
tree | eb63b1b2983cb35d9f39227cad35737ff853cdce | |
parent | 6c9e09ef62dc4016ee46e65144c73c4d9ebf2bc2 (diff) |
changed duration label order
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -756,8 +756,8 @@ stationary_text: MACRO \1Enabled::ds 1 ; Toggles if enabled. 0 is off, non-0 is on \1MessageBoxOffset:: ds 1 ; Offset in wBottomMessageBuffer to place first character of text \1SourceTextOffset:: ds 1 ; Offset in wBottomMessageText for the text to be displayed -\1DurationLowByte:: ;how many frames to stay on screen. -\1Duration:: ds 1 +\1Duration:: +\1DurationLowByte:: ds 1 ;how many frames to stay on screen. \1DurationHighByte:: ds 1 ;thiswill trigger as 0 if >= 128 ENDM |