summaryrefslogtreecommitdiff
path: root/home/window.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-02-04 07:25:51 -0800
committerBryan Bishop <kanzure@gmail.com>2014-02-04 07:25:51 -0800
commit1202e68d2f695d4b91d184bd43139dbe10cb8131 (patch)
tree504954f57273cae14de4618a82770c4e4e2e5dd9 /home/window.asm
parent80465fc6e6f1455f4ae65b5c0db54b9953ca0cc5 (diff)
parent7c02c2bb31317c31446a5907fe68f26dabb4858f (diff)
Merge pull request #228 from yenatch/nuke-globals
Nuke globals.asm
Diffstat (limited to 'home/window.asm')
-rw-r--r--home/window.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/window.asm b/home/window.asm
index b5b08e147..66c666340 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -1,4 +1,4 @@
-ResetWindow: ; 2dba
+ResetWindow:: ; 2dba
call Function1fbf
ld a, [hROMBank]
@@ -16,7 +16,7 @@ ResetWindow: ; 2dba
; 2dcf
-Function2dcf: ; 2dcf
+Function2dcf:: ; 2dcf
ld a, [hOAMUpdate]
push af
ld a, $1
@@ -29,7 +29,7 @@ Function2dcf: ; 2dcf
ret
; 2de2
-Function2de2: ; 2de2
+Function2de2:: ; 2de2
call Function1fbf
xor a
ld [hBGMapMode], a
@@ -46,7 +46,7 @@ Function2de2: ; 2de2
ret
; 2e08
-Function2e08: ; 2e08
+Function2e08:: ; 2e08
call Function1fbf
ld a, [hROMBank]
push af
@@ -63,7 +63,7 @@ Function2e08: ; 2e08
ret
; 2e20
-Function2e20: ; 2e20
+Function2e20:: ; 2e20
ld a, [hOAMUpdate]
push af
ld a, $1
@@ -74,7 +74,7 @@ Function2e20: ; 2e20
ret
; 2e31
-Function2e31: ; 2e31
+Function2e31:: ; 2e31
ld a, [hOAMUpdate]
push af
ld a, [hBGMapMode]