diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-03-23 12:11:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 12:11:10 -0500 |
commit | 2fd4f339b42c010191c199772b09ac34c580de94 (patch) | |
tree | e562899f35861ece70c292602fe6aac2f50906bf /asm/code_803B050.s | |
parent | 7b142311a7294c4c7a943870fa5f24f0fbea604a (diff) |
Miscellaneous Work (Again) (#31)
* move some personality data from asm to C
* combine personality_test files and add my close attempt at RedrawPartnerSelectionMenu
* decomp some more wonder mail funcs and label some more data
* lots of data splitting and move some to src
* split out more dungeon data
* continue splitting out more dungeon data
* doc rescue team rank/pts funcs/data and exclusive pokemon ewram
* doc more sound things and decomp a func
* decomp LoadTeamRankBadge and label some data members
* split out rescue team and text util stuff
* forgot a constant
* match a few funcs and clean up a few
* cleaned up sub_80A28B4
Diffstat (limited to 'asm/code_803B050.s')
-rw-r--r-- | asm/code_803B050.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/asm/code_803B050.s b/asm/code_803B050.s index 16a958f..924116d 100644 --- a/asm/code_803B050.s +++ b/asm/code_803B050.s @@ -1912,7 +1912,7 @@ _0803BFA8: add r0, sp, 0x4 b _0803BFEE .align 2, 0 -_0803BFB8: .4byte gUnknown_80E8C48 +_0803BFB8: .4byte gMissionRewardText _0803BFBC: ldr r1, _0803BFCC ldrb r0, [r5] @@ -1923,7 +1923,7 @@ _0803BFBC: add r0, sp, 0x4 b _0803BFEE .align 2, 0 -_0803BFCC: .4byte gUnknown_80E8C48 +_0803BFCC: .4byte gMissionRewardText _0803BFD0: ldr r4, _0803C004 adds r0, r7, 0 @@ -1951,7 +1951,7 @@ _0803BFEE: b _0803C040 .align 2, 0 _0803C004: .4byte gUnknown_202DE58 -_0803C008: .4byte gUnknown_80E8C48 +_0803C008: .4byte gMissionRewardText _0803C00C: ldr r1, _0803C028 ldrb r0, [r5] @@ -1966,7 +1966,7 @@ _0803C00C: bl xxx_call_draw_string b _0803C040 .align 2, 0 -_0803C028: .4byte gUnknown_80E8C48 +_0803C028: .4byte gMissionRewardText _0803C02C: ldr r1, _0803C0D4 lsls r0, r2, 2 @@ -2053,7 +2053,7 @@ _0803C0C6: pop {r0} bx r0 .align 2, 0 -_0803C0D4: .4byte gUnknown_80E8C48 +_0803C0D4: .4byte gMissionRewardText _0803C0D8: .4byte gUnknown_80E8B7C thumb_func_end CreateRescueDescription |