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/05 | |
| parent | a1c5baa4b55c4dd5e722f517911253fa9addc0b0 (diff) | |
Comment GetMonBaseStat arg values
Diffstat (limited to 'arm9/modules/05')
| -rw-r--r-- | arm9/modules/05/asm/module_05.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/05/asm/module_05.s b/arm9/modules/05/asm/module_05.s index 11800b6f..aa0610f2 100644 --- a/arm9/modules/05/asm/module_05.s +++ b/arm9/modules/05/asm/module_05.s @@ -44401,7 +44401,7 @@ MOD05_021ECF14: ; 0x021ECF14 add r6, r1, #0 add r5, r0, #0 add r0, r6, #0 - mov r1, #0x13 + mov r1, #0x13 ; BASE_EGG_CYCLES add r4, r3, #0 bl GetMonBaseStat add r1, sp, #0x10 @@ -44511,7 +44511,7 @@ MOD05_021ED00C: ; 0x021ED00C str r1, [sp, #0x10] add r7, r0, #0 ldr r0, [sp, #0x10] - mov r1, #0x13 + mov r1, #0x13 ; BASE_EGG_CYCLES add r5, r2, #0 add r6, r3, #0 bl GetMonBaseStat @@ -44782,11 +44782,11 @@ _021ED228: bl GetGenderBySpeciesAndPersonality stmia r7!, {r0} ldrh r0, [r4] - mov r1, #0x16 + mov r1, #0x16 ; BASE_EGG_GROUP_1 bl GetMonBaseStat strh r0, [r6] ldrh r0, [r4] - mov r1, #0x17 + mov r1, #0x17 ; GASE_EGG_GROUP_2 bl GetMonBaseStat strh r0, [r6, #2] ldr r0, [sp] |
