diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-02 22:44:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 22:44:49 +0300 |
commit | 30694cdc38e8824d56f6e6b89da9753b01ccb17b (patch) | |
tree | 6b3eba63186be3ad51f0a36ef15970282260a07c /arm9/modules/14/asm/module_14.s | |
parent | 43866e9cb9e829f33a549b2d56cf3f70e1f98d52 (diff) | |
parent | 99ada0fe1010c1530e4d799c4fdf264c9301d701 (diff) |
Merge pull request #210 from PikalaxALT/pikalax_work
misc naming and cleanup
Diffstat (limited to 'arm9/modules/14/asm/module_14.s')
-rw-r--r-- | arm9/modules/14/asm/module_14.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/14/asm/module_14.s b/arm9/modules/14/asm/module_14.s index 2f0cd49b..5cf8939b 100644 --- a/arm9/modules/14/asm/module_14.s +++ b/arm9/modules/14/asm/module_14.s @@ -21842,7 +21842,7 @@ _021E204A: lsl r0, r0, #0x10 lsr r1, r0, #0x10 add r0, r7, #0 - mov r2, #0x1b + mov r2, #0x1b ; BASE_COLOR bl GetMonBaseStat_HandleFormeConversion lsl r0, r0, #0x18 lsr r1, r0, #0x18 |