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 d3411563..8058eb31 100644 --- a/constants.asm +++ b/constants.asm @@ -101,6 +101,11 @@ W_ENEMYMON5MOVE3 EQU $D95E W_ENEMYMON6MOVE3 EQU $D98A +; hardware registers, from the pandocs http://nocash.emubase.de/pandocs.htm +rBGP EQU $FF47 +rOBP0 EQU $FF48 +rOBP1 EQU $FF49 + ; pokemon name constants RHYDON EQU $01 |