From d527e05cd82887e451043f52106898650c340e96 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 10 Feb 2012 00:18:16 -0800 Subject: disasm of pokemon menu function hg-commit-id: 47d36266a0ae --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p