diff options
| author | YamaArashi <shadow962@live.com> | 2012-01-24 20:14:05 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2012-01-24 20:14:05 -0800 |
| commit | 743b14b77af5ac292a90ba5bc870cb2967b5aa81 (patch) | |
| tree | e6ca62d951d71cf796db95c71b2b331ede0a0b92 /constants.asm | |
| parent | Route21 and SilphCo8 trainer headers (diff) | |
| download | pokeyellow-743b14b77af5ac292a90ba5bc870cb2967b5aa81.tar.gz pokeyellow-743b14b77af5ac292a90ba5bc870cb2967b5aa81.tar.xz pokeyellow-743b14b77af5ac292a90ba5bc870cb2967b5aa81.zip | |
some bank 0 code
hg-commit-id: 421af1f998f5
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 |
