diff options
author | YamaArashi <shadow962@live.com> | 2015-07-13 15:40:33 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-13 15:40:33 -0700 |
commit | 0066e09828265cc1cc83eca27e6be76911f187ec (patch) | |
tree | 5e50f7e1527119261f7d8fac0831dfb1490a77cc /scripts/daycarem.asm | |
parent | f66a74b9fcb762d693e89415836386bcad2475b5 (diff) |
named party menu/naming screen wram variables
Diffstat (limited to 'scripts/daycarem.asm')
-rwxr-xr-x | scripts/daycarem.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/daycarem.asm b/scripts/daycarem.asm index f48584dc..5e80a10f 100755 --- a/scripts/daycarem.asm +++ b/scripts/daycarem.asm @@ -25,7 +25,7 @@ DayCareMText1: ; 56254 (15:6254) call PrintText xor a ld [wUpdateSpritesEnabled], a - ld [wd07d], a + ld [wPartyMenuTypeOrMessageID], a ld [wMenuItemToSwap], a call DisplayPartyMenu push af |