Merge pull request #231 from GriffinRichards/doc-staticmon

Document static mon scripts
This commit is contained in:
PikalaxALT
2020-01-22 11:41:14 -05:00
committed by GitHub
39 changed files with 440 additions and 491 deletions
+7
View File
@@ -1633,3 +1633,10 @@
compare VAR_RESULT, 2
goto_if_eq \dest
.endm
.macro braillemessage_wait text:req
setvar VAR_0x8006, 0
braillemessage \text
getbraillestringwidth \text
call EventScript_BrailleCursorWaitButton
.endm