diff options
Diffstat (limited to 'hram.asm')
-rwxr-xr-x | hram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |