summaryrefslogtreecommitdiff
path: root/src/home/save.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/home/save.asm')
-rw-r--r--src/home/save.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/home/save.asm b/src/home/save.asm
index f777dee..58a07ce 100644
--- a/src/home/save.asm
+++ b/src/home/save.asm
@@ -1,22 +1,22 @@
-SaveGeneralSaveData: ; 3a3b (0:3a3b)
+SaveGeneralSaveData:
farcall _SaveGeneralSaveData
ret
-LoadGeneralSaveData: ; 3a40 (0:3a40)
+LoadGeneralSaveData:
farcall _LoadGeneralSaveData
ret
-ValidateGeneralSaveData: ; 3a45 (0:3a45)
+ValidateGeneralSaveData:
farcall _ValidateGeneralSaveData
ret
; adds card with card ID in register a to collection
; and updates album progress in RAM
-AddCardToCollectionAndUpdateAlbumProgress: ; 3a4a (0:3a4a)
+AddCardToCollectionAndUpdateAlbumProgress:
farcall _AddCardToCollectionAndUpdateAlbumProgress
ret
-SaveGame: ; 3a4f (0:3a4f)
+SaveGame:
push af
push bc
push de