summaryrefslogtreecommitdiff
path: root/home/tilemap.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r--home/tilemap.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index 6d7ff38..6348671 100644
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -1,10 +1,10 @@
include "constants.asm"
-if DEBUG
-SECTION "Tilemap Functions", ROM0 [$360B]
-else
-SECTION "Tilemap Functions", ROM0 [$35CF]
-endc
+; if DEBUG
+SECTION "home/tilemap.asm", ROM0
+; else
+; SECTION "Tilemap Functions", ROM0 [$35CF]
+; endc
Function360b::
call ClearSprites
@@ -67,4 +67,4 @@ Function3657:: ; 00:3657
call LoadFont
call UpdateSprites
call EnableLCD
- ret
+ ret \ No newline at end of file