diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-04-09 23:30:24 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-04-09 23:30:24 -0600 |
| commit | 71e161da53f92e1de194986a79e5a8dafdb343b1 (patch) | |
| tree | aa790699ce64bfc5c60ae840a7881a03007b30dc /constants.asm | |
| parent | Remove unnecessary comments. (diff) | |
| download | pokeyellow-71e161da53f92e1de194986a79e5a8dafdb343b1.tar.gz pokeyellow-71e161da53f92e1de194986a79e5a8dafdb343b1.tar.xz pokeyellow-71e161da53f92e1de194986a79e5a8dafdb343b1.zip | |
Use human-readable names instead of memory addresses.
hg-commit-id: da67afc569e2
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 |
