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/code_8092334.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/code_8092334.s')
-rw-r--r-- | asm/code_8092334.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/code_8092334.s b/asm/code_8092334.s index 9b71d63..86d7d03 100644 --- a/asm/code_8092334.s +++ b/asm/code_8092334.s @@ -3570,8 +3570,8 @@ sub_80940E0: bx r0 thumb_func_end sub_80940E0 - thumb_func_start xxx_save_poke_sub_2c_8094108 -xxx_save_poke_sub_2c_8094108: + thumb_func_start SavePokemonMoves +SavePokemonMoves: push {r4-r6,lr} adds r6, r0, 0 adds r4, r1, 0 @@ -3587,10 +3587,10 @@ _08094110: pop {r4-r6} pop {r0} bx r0 - thumb_func_end xxx_save_poke_sub_2c_8094108 + thumb_func_end SavePokemonMoves - thumb_func_start xxx_restore_poke_sub_2c_8094128 -xxx_restore_poke_sub_2c_8094128: + thumb_func_start RestorePokemonMoves +RestorePokemonMoves: push {r4-r6,lr} adds r6, r0, 0 adds r4, r1, 0 @@ -3606,7 +3606,7 @@ _08094130: pop {r4-r6} pop {r0} bx r0 - thumb_func_end xxx_restore_poke_sub_2c_8094128 + thumb_func_end RestorePokemonMoves thumb_func_start sub_8094148 sub_8094148: |