From 098c6df150a83ec3f10051a65c42bd0bf64a86dc Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sat, 24 Feb 2018 17:10:28 +0100 Subject: More bank0 disasm, labeling, and sram-related constants --- src/wram.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wram.asm') diff --git a/src/wram.asm b/src/wram.asm index 2696c3c..5d01d58 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -279,6 +279,7 @@ ENDU wOpponentDeck:: ; c480 ds $80 +wc500:: ; c500 ds $10 ; this holds a list of cards (e.g. in hand or in bench) or the attack list of a pokemon card @@ -594,6 +595,7 @@ wIsPracticeDuel:: ; cc13 wOpponentPortrait:: ; cc15 ds $1 +; text id of the opponent's name wOpponentName:: ; cc16 ds $2 -- cgit v1.2.3