diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 15:46:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 15:46:06 -0400 |
commit | a41b6329e39b09b5a9821dec9d1776229666cf6d (patch) | |
tree | 97721e20aa441a0ce84c7a984114386011ce6177 /asm/script_pokemon_util_80BF8FC.s | |
parent | 10ef6706080e519285dc9f4091a5f9af6855961f (diff) |
Fix name of a field special
Diffstat (limited to 'asm/script_pokemon_util_80BF8FC.s')
-rw-r--r-- | asm/script_pokemon_util_80BF8FC.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/script_pokemon_util_80BF8FC.s b/asm/script_pokemon_util_80BF8FC.s index 32eb732b8..bf461b039 100644 --- a/asm/script_pokemon_util_80BF8FC.s +++ b/asm/script_pokemon_util_80BF8FC.s @@ -5,8 +5,8 @@ .text - thumb_func_start Special_ChooseMonToDeleteMove -Special_ChooseMonToDeleteMove: @ 80BF8FC + thumb_func_start Special_ChooseMonFromParty +Special_ChooseMonFromParty: @ 80BF8FC push {lr} sub sp, 0x4 bl ScriptContext2_Enable @@ -34,7 +34,7 @@ Special_ChooseMonToDeleteMove: @ 80BF8FC .align 2, 0 _080BF934: .4byte sub_80BF97C _080BF938: .4byte gTasks - thumb_func_end Special_ChooseMonToDeleteMove + thumb_func_end Special_ChooseMonFromParty thumb_func_start sub_80BF93C sub_80BF93C: @ 80BF93C |