diff options
author | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
commit | a81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch) | |
tree | 411e4d684f723edb152ca1631a215c12f980c44c /hram.asm | |
parent | 6866df277f7f7685ae087c9e54d537873a941575 (diff) |
Rename hVBlank* constants to h*.
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,9 +39,9 @@ H_POWEROFTEN EQU $FF99 ; 3 bytes H_SAVEDNUMTOPRINT EQU $FF9C ; 3 bytes ; these values are copied to SCX, SCY, and WY during V-blank -hVBlankSCX EQU $FFAE -hVBlankSCY EQU $FFAF -hVBlankWY EQU $FFB0 +hSCX EQU $FFAE +hSCY EQU $FFAF +hWY EQU $FFB0 hJoyHeldLast EQU $FFB1 hJoyReleased EQU $FFB2 |