summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-02-21 17:31:08 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-02-21 17:31:08 +0100
commit5adbc86885177a3f8a67506ae216e57bc5f321dc (patch)
treec86152f151d595a72c4274786020885263e8a399 /src/wram.asm
parentdaa8e5da6abdc48354d1a707c10dd1383bbc65f5 (diff)
Label all used hram addresses with generic names
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index c97e1a8..a708599 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -19,7 +19,7 @@ SECTION "WRAM Duels 1", WRAM0
; Terminology used in labels and comments:
; - The deck index, or the index within the deck of a card refers to the identifier mentioned just above,
-; that is, its temporary position in the wPlayerDeck or wOpponentDeck during the current duel.
+; that is, its temporary position in the wPlayerDeck or wOpponentDeck card list during the current duel.
; - The card ID is its actual internal identifier, that is, its number from card_constants.asm.
wPlayerDuelVariables:: ; c200