diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index b00a1c06..509ed10a 100644 --- a/constants.asm +++ b/constants.asm @@ -112,7 +112,11 @@ W_ENEMYMON5MOVE3 EQU $D95E W_ENEMYMON6MOVE3 EQU $D98A +H_RAND1 EQU $FFD3 +H_RAND2 EQU $FFD4 + ; hardware registers, from the pandocs http://nocash.emubase.de/pandocs.htm +rDIV EQU $FF04 rBGP EQU $FF47 rOBP0 EQU $FF48 rOBP1 EQU $FF49 |