summaryrefslogtreecommitdiff
path: root/home/sram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/sram.asm')
-rw-r--r--home/sram.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/sram.asm b/home/sram.asm
index 87f2335..da27c81 100644
--- a/home/sram.asm
+++ b/home/sram.asm
@@ -1,10 +1,10 @@
INCLUDE "constants.asm"
-if DEBUG
-SECTION "SRAM functions", ROM0[$32A7]
-else
-SECTION "SRAM functions", ROM0[$326B]
-endc
+; if DEBUG
+SECTION "home/sram.asm", ROM0
+; else
+; SECTION "SRAM functions", ROM0[$326B]
+; endc
OpenSRAM:: ; 32a7
push af
@@ -22,4 +22,4 @@ CloseSRAM:: ; 32b7
ld [MBC3LatchClock], a
ld [MBC3SRamEnable], a
pop af
- ret
+ ret \ No newline at end of file