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/kecleon_items.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/kecleon_items.s')
-rw-r--r-- | asm/kecleon_items.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/kecleon_items.s b/asm/kecleon_items.s index 72a16f2..1902345 100644 --- a/asm/kecleon_items.s +++ b/asm/kecleon_items.s @@ -426,7 +426,7 @@ _0801922A: movs r0, 0 bl sub_801AD34 movs r0, 0x1 - bl sub_8016C40 + bl DrawTeamMoneyBox bl sub_80195C0 ldr r0, _08019250 ldr r2, [r0] @@ -579,12 +579,12 @@ _08019372: bl sub_801A8D0 _08019378: movs r0, 0x1 - bl sub_8016C40 + bl DrawTeamMoneyBox b _080194E8 _08019380: bl sub_801A9E0 movs r0, 0x1 - bl sub_8016C40 + bl DrawTeamMoneyBox bl sub_8019660 ldr r0, _080193B0 ldr r2, [r0] @@ -1520,7 +1520,7 @@ _08019AF4: movs r0, 0 bl sub_801AD34 movs r0, 0x1 - bl sub_8016C40 + bl DrawTeamMoneyBox _08019B00: pop {r4,r5} pop {r0} |