diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 4f1df3d0..56301a4b 100644 --- a/constants.asm +++ b/constants.asm @@ -717,10 +717,15 @@ H_RAND2 EQU $FFD4 H_WHOSETURN EQU $FFF3 ; 0 on player’s turn, 1 on enemy’s turn ; hardware registers, from the pandocs http://nocash.emubase.de/pandocs.htm +rJOYP EQU $FF00 rDIV EQU $FF04 +rLCDC EQU $FF40 rBGP EQU $FF47 rOBP0 EQU $FF48 rOBP1 EQU $FF49 +rWX EQU $FF4A +rWY EQU $FF4B +rIE EQU $FFFF ; pokemon name constants |