diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-02 13:53:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-02 13:53:51 -0400 |
commit | 5c065d8eec653b111310ff966761c5ca740a2f22 (patch) | |
tree | 9083093b3d8d184d122563d575a936cda3e9022f /arm9/modules/83 | |
parent | a1c5baa4b55c4dd5e722f517911253fa9addc0b0 (diff) |
Comment GetMonBaseStat arg values
Diffstat (limited to 'arm9/modules/83')
-rw-r--r-- | arm9/modules/83/asm/module_83.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/83/asm/module_83.s b/arm9/modules/83/asm/module_83.s index d490ad35..72c69b42 100644 --- a/arm9/modules/83/asm/module_83.s +++ b/arm9/modules/83/asm/module_83.s @@ -21830,7 +21830,7 @@ MOD83_02237F04: ; 0x02237F04 bl MOD83_02237A10 add r6, r0, #0 add r0, r5, #0 - mov r1, #0x19 + mov r1, #0x19 ; BASE_ABILITY_2 bl GetMonBaseStat cmp r0, #0 beq _02237F5E @@ -21841,7 +21841,7 @@ _02237F32: cmp r5, r1 bne _02237F42 add r0, r5, #0 - mov r1, #0x18 + mov r1, #0x18 ; BASE_ABILITY_1 bl GetMonBaseStat b _02237F4A _02237F42: @@ -21856,12 +21856,12 @@ _02237F4A: tst r1, r6 bne _02237F66 add r0, r5, #0 - mov r1, #0x18 + mov r1, #0x18 ; BASE_ABILITY_1 bl GetMonBaseStat pop {r4, r5, r6, pc} _02237F5E: add r0, r5, #0 - mov r1, #0x18 + mov r1, #0x18 ; BASE_ABILITY_1 bl GetMonBaseStat _02237F66: pop {r4, r5, r6, pc} |