summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorU-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>2014-04-17 17:15:43 -0400
committerU-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>2014-04-17 17:15:43 -0400
commitb6fd865414d57c68cd668600eba43d2ee3e47065 (patch)
tree0c7fd5b8c54056892dc4118d0d462d4830402251 /wram.asm
parentec6ae2536fae1008458d0ebee6b8c73a0e055065 (diff)
wram.asm and some comments
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