diff options
author | YamaArashi <shadow962@live.com> | 2012-02-10 00:18:16 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2012-02-10 00:18:16 -0800 |
commit | d527e05cd82887e451043f52106898650c340e96 (patch) | |
tree | ae4151fe29d193a4db9d331884ef43a1e32d2c06 /constants.asm | |
parent | 6a90847eb661828d24b39be0f42932337884e80a (diff) |
disasm of pokemon menu function
hg-commit-id: 47d36266a0ae
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 1a5bfbe5..8746f58b 100644 --- a/constants.asm +++ b/constants.asm @@ -600,6 +600,8 @@ W_PARTYMON6NAME EQU $D2EC W_RIVALNAME EQU $D34A ; 11 characters, including null +W_OBTAINEDBADGES EQU $D356 + W_PLAYERIDHI EQU $D359 W_PLAYERIDLO EQU $D35A |