diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-22 13:45:13 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-22 14:04:17 +0000 |
commit | 8a7b1433f09e9cf8e1d40c9b69acde180d13a986 (patch) | |
tree | 482c411c9cbd70d4ba76471a0da853f1487532c0 /src/engine/home.asm | |
parent | 21193167deaf379a4366d35f11779c1fad4ea931 (diff) |
Disassemble and document Card Pop! functions
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index fd02b54..621afd4 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -2310,7 +2310,7 @@ SerialTimerHandler: ; 0c91 (0:0c91) ld [hl], $0 ret -Func_0cc5: ; 0cc5 (0:0cc5) +Func_cc5: ; 0cc5 (0:0cc5) ld hl, wSerialRecvCounter or a jr nz, .asm_cdc @@ -10975,8 +10975,10 @@ Func_3a45: ; 3a45 (0:3a45) farcall Func_11343 ret -Func_3a4a: ; 3a4a (0:3a4a) - farcall Func_115a3 +; adds card with card ID in register a to collection +; and updates album progress in RAM +AddCardToCollectionAndUpdateAlbumProgress: ; 3a4a (0:3a4a) + farcall _AddCardToCollectionAndUpdateAlbumProgress ret SaveGame: ; 3a4f (0:3a4f) |