diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-08 17:48:39 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-08 17:48:39 -0700 |
commit | 7c97dcbc6c8fc8aeeabb9629bc98af05a4d8e8de (patch) | |
tree | ba29ae51782379261fc7329fa7c5c8499be90c35 /hram.asm | |
parent | 519111415056983f3955bc8847283e675dc61280 (diff) | |
parent | 75f8a8fdeb7b85c649d954aee6d0ed6bb3e90232 (diff) |
Merge branch 'chaos_requests'
Diffstat (limited to 'hram.asm')
-rw-r--r-- | 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 |