diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-09 17:35:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 19:35:12 -0500 |
commit | 386299d1f401cb939e6fe3ea16d0ca57731b2648 (patch) | |
tree | bb0644a8ad61f43d483dfbc2932011bcfa2388ab /asm/friend_list_menu.s | |
parent | f55ac4c552291687f5a3972b2ad9bdb187676229 (diff) |
Makefile and Install.md Revamp (#41)
* Makefile: move over to gcc for preproc and ditch cpp
* INSTALL: rewrite INSTALL
* README: add CI badge
* Makefile: make tools build before anything else
Diffstat (limited to 'asm/friend_list_menu.s')
-rw-r--r-- | asm/friend_list_menu.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/friend_list_menu.s b/asm/friend_list_menu.s index a8603b8..46903a6 100644 --- a/asm/friend_list_menu.s +++ b/asm/friend_list_menu.s @@ -2272,7 +2272,7 @@ _0802005C: .4byte gUnknown_203B27C _08020060: .4byte gGulpinDialogue _08020064: movs r0, 0x3 - bl sub_8016C40 + bl DrawTeamMoneyBox b _08020562 _0802006C: ldr r2, [r5] @@ -6233,12 +6233,12 @@ _08021FE2: bl sub_8021354 _08021FE8: movs r0, 0x1 - bl sub_8016C40 + bl DrawTeamMoneyBox b _080222B6 _08021FF0: bl sub_8021494 movs r0, 0x1 - bl sub_8016C40 + bl DrawTeamMoneyBox bl sub_8022380 ldr r0, _08022020 ldr r2, [r0] @@ -6976,7 +6976,7 @@ _080225B0: b _080225C2 _080225BC: movs r0, 0x1 - bl sub_8016C40 + bl DrawTeamMoneyBox _080225C2: pop {r4} pop {r0} |