diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-12 12:38:12 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-12 12:38:12 -0500 |
commit | a740e5a50694ecb61441166cc3fa1710c68d8e43 (patch) | |
tree | 3fc468a020bae9af36ac18c51a1220d323acad06 /wram.asm | |
parent | 494579f56d50ef79a1169e57914e33ecc54407c9 (diff) |
UNIX line ending
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -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 |