summaryrefslogtreecommitdiff
path: root/asm/load_save.s
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-03 14:13:01 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-03 14:13:01 +0200
commita3f602f17c4a5a1c2c7d524b5abac51f35758e8d (patch)
tree311492a80944bb329a9186428e103de1b599baa6 /asm/load_save.s
parent907e281de6953a0d8ed59681306472939532c54f (diff)
begin save.s decomp, thanks revo!
Diffstat (limited to 'asm/load_save.s')
-rw-r--r--asm/load_save.s12
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/load_save.s b/asm/load_save.s
index 8cb8ee993..205333800 100644
--- a/asm/load_save.s
+++ b/asm/load_save.s
@@ -398,23 +398,23 @@ _08076E7A:
.pool
thumb_func_end save_deserialize_npcs
- thumb_func_start save_serialize_game
-save_serialize_game: @ 8076EAC
+ thumb_func_start SaveSerializedGame
+SaveSerializedGame: @ 8076EAC
push {lr}
bl copy_player_party_to_sav1
bl save_serialize_npcs
pop {r0}
bx r0
- thumb_func_end save_serialize_game
+ thumb_func_end SaveSerializedGame
- thumb_func_start save_deserialize_game
-save_deserialize_game: @ 8076EBC
+ thumb_func_start LoadSerializedGame
+LoadSerializedGame: @ 8076EBC
push {lr}
bl copy_player_party_from_sav1
bl save_deserialize_npcs
pop {r0}
bx r0
- thumb_func_end save_deserialize_game
+ thumb_func_end LoadSerializedGame
thumb_func_start copy_bags_and_unk_data_from_save_blocks
copy_bags_and_unk_data_from_save_blocks: @ 8076ECC