diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-14 19:26:55 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-14 19:26:55 -0500 |
| commit | eb3102200f66e3aa1688e4e52429fcac4b0272fa (patch) | |
| tree | c2c3abc180d540833c749303aa4a7f26112d190e /mobile | |
| parent | 2ab60fa8a49dfe9e20ebb620471ba4c2ca64a4aa (diff) | |
More Battle Tower map script constants, fewer raw hex values
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/mobile_5f.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm index f03b7416a..ffd3202a8 100644 --- a/mobile/mobile_5f.asm +++ b/mobile/mobile_5f.asm @@ -429,10 +429,10 @@ Function17d1f1: ; 17d1f1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Parameter: [ScriptVar] = 0..1 ; -; if [ScriptVar] == 0 +; if [ScriptVar] == FALSE ; Show japanese menu options ; - News - News - ??? - Cancel -; if [ScriptVar] == 1 +; if [ScriptVar] == TRUE ; Show BattleTower-Menu with 3 options in english language ; - Challenge - Explanation - Cancel Special_Menu_ChallengeExplanationCancel: ; 17d224 |
