summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rwxr-xr-xhram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/hram.asm b/hram.asm
index 0bebc0a..40d0734 100755
--- a/hram.asm
+++ b/hram.asm
@@ -20,7 +20,7 @@ hLYC EQU $FFA2
hBGP EQU $FFA3
hOBP0 EQU $FFA4
hOBP1 EQU $FFA5
-hWY EQU $FFA6
+hWY EQU $FFA6 ;window y coord buffer
hWX EQU $FFA7
hLastLYC EQU $FFA8
hNextLYCSub EQU $FFA9