summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-02-12 12:38:12 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-02-12 12:38:12 -0500
commita740e5a50694ecb61441166cc3fa1710c68d8e43 (patch)
tree3fc468a020bae9af36ac18c51a1220d323acad06 /wram.asm
parent494579f56d50ef79a1169e57914e33ecc54407c9 (diff)
UNIX line ending
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm28
1 files changed, 14 insertions, 14 deletions
diff --git a/wram.asm b/wram.asm
index 114ea95..3f2534f 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1,14 +1,14 @@
-
-SECTION "WRAM Bank 0", WRAM0
-
-wc000::
- ds $500
-
-wcBottomMessageText::
- ds $b00
-
-SECTION "WRAM Bank 1", WRAMX, BANK[1]
-
-wOAMBuffer:: ; d000
- ; buffer for OAM data. Copied to OAM by DMA
- ds 4 * 40
+
+SECTION "WRAM Bank 0", WRAM0
+
+wc000::
+ ds $500
+
+wcBottomMessageText::
+ ds $b00
+
+SECTION "WRAM Bank 1", WRAMX, BANK[1]
+
+wOAMBuffer:: ; d000
+ ; buffer for OAM data. Copied to OAM by DMA
+ ds 4 * 40