diff options
Diffstat (limited to 'asm')
-rw-r--r-- | asm/field_specials.s | 8 | ||||
-rw-r--r-- | asm/party_menu.s | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/asm/field_specials.s b/asm/field_specials.s index 3bcc47ce6..85baed06e 100644 --- a/asm/field_specials.s +++ b/asm/field_specials.s @@ -5616,8 +5616,10 @@ _080CD14C: bx r1 thumb_func_end sub_80CD0F4 - thumb_func_start sub_80CD154 -sub_80CD154: @ 80CD154 + @ Determines which of Lorelei's doll collection to show + @ based on how many times you've entered the Hall of Fame. + thumb_func_start Special_ComputeLoreleiDollCollection +Special_ComputeLoreleiDollCollection: @ 80CD154 push {r4,lr} movs r0, 0xA bl GetGameStat @@ -5664,7 +5666,7 @@ _080CD1AE: pop {r4} pop {r0} bx r0 - thumb_func_end sub_80CD154 + thumb_func_end Special_ComputeLoreleiDollCollection thumb_func_start sub_80CD1B4 sub_80CD1B4: @ 80CD1B4 diff --git a/asm/party_menu.s b/asm/party_menu.s index ab17008ec..52a1aec97 100644 --- a/asm/party_menu.s +++ b/asm/party_menu.s @@ -4345,7 +4345,7 @@ _08120BD0: lsls r0, 1 b _08120BDE _08120BD6: - ldr r0, _08120BE4 @ =gUnknown_8459B60 + ldr r0, _08120BE4 @ =gMoveTutorMoves lsls r1, 1 adds r1, r0 ldrh r0, [r1] @@ -4353,7 +4353,7 @@ _08120BDE: pop {r1} bx r1 .align 2, 0 -_08120BE4: .4byte gUnknown_8459B60 +_08120BE4: .4byte gMoveTutorMoves thumb_func_end sub_8120BA8 thumb_func_start sub_8120BE8 |