diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 18:01:08 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 18:01:08 +0100 |
commit | 15a837c3a8a3f15bd0901de17582755f75437852 (patch) | |
tree | 6ab725e26c7f7842166d96121f700b807aa073b0 /src/engine/home.asm | |
parent | b633a7a18c8bc2f0de043902d793bfc038fd6276 (diff) |
Clean up booster pack names and constants
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-x | src/engine/home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index dbef4ae..2946235 100755 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -3803,7 +3803,7 @@ Func_1d1d: ; 1d1d (0:1d1d) scf ret -;creates a list at $c000 of every card the player owns and how many +; creates a list at $c000 of every card the player owns and how many CreateTempCardCollection: ; 1d2e (0:1d2e) call EnableExtRAM ld hl, sCardCollection @@ -3840,7 +3840,7 @@ AddDeckCardsToTempCardCollection: ; 1d59 (0:1d59) jr nz, .asm_1d66 ret -;adds card a to collection, provided the player has less than 99 of them +; adds card a to collection, provided the player has less than 99 of them AddCardToCollection: ; 1d6e (0:1d6e) push hl push de |