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/81/asm | |
| parent | 43866e9cb9e829f33a549b2d56cf3f70e1f98d52 (diff) | |
| parent | 99ada0fe1010c1530e4d799c4fdf264c9301d701 (diff) | |
Merge pull request #210 from PikalaxALT/pikalax_work
misc naming and cleanup
Diffstat (limited to 'arm9/modules/81/asm')
| -rw-r--r-- | arm9/modules/81/asm/module_81.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/81/asm/module_81.s b/arm9/modules/81/asm/module_81.s index 4f7d4453..6ee359f9 100644 --- a/arm9/modules/81/asm/module_81.s +++ b/arm9/modules/81/asm/module_81.s @@ -198,7 +198,7 @@ MOD81_02237FE8: ; 0x02237FE8 mov r1, #5 mov r2, #0 bl GetBoxMonData - mov r1, #0x1c + mov r1, #0x1c ; BASE_FLIP bl GetMonBaseStat cmp r0, #0 bne _02238000 |
