diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-09-09 15:05:19 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-09-09 15:05:19 -0600 |
commit | 2e74d969f700f7eda40a84a75dfe8b4183d09683 (patch) | |
tree | 445453b722e12b77b94c7f562d3da53b1b7b22aa | |
parent | cc0d5d4c8bb9721f8ab0354d87c8f6d848dbe23b (diff) |
Fix typos in comments.
-rw-r--r-- | battle/effect_commands.asm | 2 | ||||
-rw-r--r-- | macros/event.asm | 2 | ||||
-rw-r--r-- | main.asm | 9 |
3 files changed, 6 insertions, 7 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index fd35756ee..e0bd41859 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -285,7 +285,7 @@ CheckPlayerTurn: cp $80 jr nc, .not_confused - ; clear confussion-dependent substatus + ; clear confusion-dependent substatus ld hl, PlayerSubStatus3 ld a, [hl] and 1 << SUBSTATUS_CONFUSED diff --git a/macros/event.asm b/macros/event.asm index f2ab6fae5..56028bf6a 100644 --- a/macros/event.asm +++ b/macros/event.asm @@ -1039,7 +1039,7 @@ name: macro db name_command db \1 ; type db \2 ; id - db \3 ; mempry + db \3 ; memory endm enum wait_command @@ -1887,10 +1887,9 @@ CheckNickErrors:: ; 669f ; 66cf .textcommands ; 66cf -; table definining which characters -; are actually text commands +; table defining which characters are actually text commands ; format: -; >= < + ; ≥ < db $00, $05 db $14, $19 db $1d, $26 @@ -36819,7 +36818,7 @@ endr ld hl, TrainerClassAttributes + 3 ; If we have a battle in BattleTower just load the Attributes of the first TrainerClass (Falkner) - ; so we have always the same AI, regardless of the loaded cass of trainer + ; so we have always the same AI, regardless of the loaded class of trainer ld a, [InBattleTowerBattle] bit 0, a jr nz, .asm_4412f @@ -83115,7 +83114,7 @@ StringOptions: ; e4241 GetOptionPointer: ; e42d6 - ld a, [wcf63] ;load the cusror position to a + ld a, [wcf63] ;load the cursor position to a ld e, a ;copy it to de ld d, 0 ld hl, .Pointers |