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 /engine/in_game_trades.asm | |
| parent | comment slot machine (diff) | |
| download | pokeyellow-0066e09828265cc1cc83eca27e6be76911f187ec.tar.gz pokeyellow-0066e09828265cc1cc83eca27e6be76911f187ec.tar.xz pokeyellow-0066e09828265cc1cc83eca27e6be76911f187ec.zip | |
named party menu/naming screen wram variables
Diffstat (limited to 'engine/in_game_trades.asm')
| -rwxr-xr-x | engine/in_game_trades.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/in_game_trades.asm b/engine/in_game_trades.asm index 3594a26e..7366996c 100755 --- a/engine/in_game_trades.asm +++ b/engine/in_game_trades.asm @@ -87,8 +87,8 @@ InGameTrade_GetMonName: ; 71b6a (1c:5b6a) INCLUDE "data/trades.asm" InGameTrade_DoTrade: ; 71c07 (1c:5c07) - xor a - ld [wd07d],a + xor a ; NORMAL_PARTY_MENU + ld [wPartyMenuTypeOrMessageID],a dec a ld [wUpdateSpritesEnabled],a call DisplayPartyMenu |
