diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-22 10:01:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 10:01:07 -0700 |
commit | 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (patch) | |
tree | 0e40067d711c783ef97667f4a8256f38ab0d4b0a /asm/mailbox.s | |
parent | 3f7ee3a806d965fae70fd98f2cd1af13a2e4cf0b (diff) |
Death by 74 files (#65)
* death by 74 files
* 20% reached
* doc move stuff in pokemon
* fix undef reference
* doc more and plumb a few more constanst for num party members and num moves
* that struct is def PokemonMove.. clean up all code with it
Diffstat (limited to 'asm/mailbox.s')
-rw-r--r-- | asm/mailbox.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/mailbox.s b/asm/mailbox.s index 6ddf963..d65e611 100644 --- a/asm/mailbox.s +++ b/asm/mailbox.s @@ -186,7 +186,7 @@ _0802E3FC: lsls r0, 24 cmp r0, 0 bne _0802E422 - bl sub_80969AC + bl GetNumAcceptedJobs cmp r0, 0x7 ble _0802E42C _0802E422: |