summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm
index ba63201..90153dc 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1,13 +1,15 @@
INCLUDE "constants.asm"
INCLUDE "macros.asm"
+INCLUDE "vram.asm"
+
;----------------------------------------------------------
;--- Bank 0: $Cxxx ----------------------------------------
;----------------------------------------------------------
SECTION "WRAM0", WRAM0
-wTempCardCollection::
+wTempCardCollection:: ; c000
ds $100
ds $100
@@ -527,10 +529,10 @@ wDamage:: ; ccb9
; wccbb and wccbc appear to be used for AI scoring
wccbb::
ds $1
-
+
wccbc::
ds $1
-
+
ds $2
wccbf:: ; ccbf