diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-02-12 19:25:16 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-02-12 19:25:16 -0800 |
commit | 1ce9d0b63b1503bb67c082cc646f2579e46f00e4 (patch) | |
tree | 3fc468a020bae9af36ac18c51a1220d323acad06 /wram.asm | |
parent | b97ef936bbf571754e5e1d902754436a0692a5e7 (diff) | |
parent | a740e5a50694ecb61441166cc3fa1710c68d8e43 (diff) |
Merge pull request #1 from dannye/master
No more .bins, .2bpps, and Windows line endings
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 |