summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2018-07-03 04:59:38 +0200
committerobskyr <powpowd@gmail.com>2018-07-03 04:59:38 +0200
commite596d41c1790bb9b77c9e941aab5eb4b1305dbb5 (patch)
tree57b6381363f3126a026b9e39aae9ac5630936293 /home
parent382fd4b50e27cea7e0f97839363235ea2eac14fa (diff)
A few small formatting fixes
Diffstat (limited to 'home')
-rw-r--r--home/oam_dma.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/oam_dma.asm b/home/oam_dma.asm
index 42ecaaf..42c68e7 100644
--- a/home/oam_dma.asm
+++ b/home/oam_dma.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "OAM DMA", ROMX[$4153],BANK[1]
+SECTION "OAM DMA", ROMX[$4153], BANK[$01]
WriteOAMDMACodeToHRAM:: ; 4153
ld c, LOW(hOAMDMA)