diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-09-09 17:41:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 17:41:58 -0400 |
commit | 8c435054a0c5c8d3a0ad49f42790c492583caef5 (patch) | |
tree | 90185ca2b5d8a799bde7fc790809bafa7815f3f3 /constants/wram_constants.asm | |
parent | 84cfbc70fac02032d1608f89e9f551ab3d987315 (diff) | |
parent | bb4a6e5f550c2bde42541aa201aaa720cd461005 (diff) |
Merge pull request #562 from Rangi42/master
Curr → Cur
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index c5bc47650..4d60f6f8d 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -1,7 +1,7 @@ ; wInputType:: ; c2c7 AUTO_INPUT EQU $ff -; wCurrentDexMode:: ; c7d4 +; wCurDexMode:: ; c7d4 const_def const DEXMODE_NEW const DEXMODE_OLD |