summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-02-07 18:01:08 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-02-07 18:01:08 +0100
commit15a837c3a8a3f15bd0901de17582755f75437852 (patch)
tree6ab725e26c7f7842166d96121f700b807aa073b0 /src/engine/home.asm
parentb633a7a18c8bc2f0de043902d793bfc038fd6276 (diff)
Clean up booster pack names and constants
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-xsrc/engine/home.asm4
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