diff options
author | YamaArashi <shadow962@live.com> | 2012-01-24 20:16:28 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2012-01-24 20:16:28 -0800 |
commit | 274e3b5d2111c91cd309938c77bd5f5a0c1b41e4 (patch) | |
tree | c9d0accbc944d7d06c61696ea36b17d977ada850 /constants.asm | |
parent | 3681b4d555e2cc0b28fd2708142f477ea9766a73 (diff) | |
parent | 743b14b77af5ac292a90ba5bc870cb2967b5aa81 (diff) |
Merge
hg-commit-id: fb2ef1212629
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 |