summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
new file mode 100755
index 0000000..dea3b91
--- /dev/null
+++ b/wram.asm
@@ -0,0 +1,11 @@
+SECTION "WRAM1", WRAMX, BANK[1]
+ ds $32f
+
+wCurMap: ; d32f
+ ds 1
+
+wPlayerXCoord: ; d330
+ ds 1
+
+wPlayerYCoord: ; d331
+ ds 1 \ No newline at end of file