diff options
author | Treeki <treeki@gmail.com> | 2012-01-30 00:40:28 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-01-30 00:40:28 +0100 |
commit | 96bc2e0026a369ecf8598fb2168d0a4e02e9e1bd (patch) | |
tree | 75cad32a169d79f81c1adf1945d49c9b6fc3310b /src/msgbox.S | |
parent | 4d1cccfc209619919c2cae99fb5e58aa62b2bc64 (diff) | |
download | kamek-96bc2e0026a369ecf8598fb2168d0a4e02e9e1bd.tar.gz kamek-96bc2e0026a369ecf8598fb2168d0a4e02e9e1bd.zip |
message boxes are now functional
Diffstat (limited to '')
-rw-r--r-- | src/msgbox.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msgbox.S b/src/msgbox.S index ac49676..ee8c52e 100644 --- a/src/msgbox.S +++ b/src/msgbox.S @@ -11,6 +11,7 @@ #endif .extern Global5758 +.global MessageBoxIsShowing # -if param & 1 /and/ messagebox is on, # otherwise, return Global5758 & param |