From 71e161da53f92e1de194986a79e5a8dafdb343b1 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sat, 9 Apr 2011 23:30:24 -0600 Subject: Use human-readable names instead of memory addresses. hg-commit-id: da67afc569e2 --- constants.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p