diff options
author | yenatch <yenatch@gmail.com> | 2017-12-06 00:04:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 00:04:14 -0500 |
commit | 08ddbe843b6d29c0901ff5f0862cbb5a57b557d7 (patch) | |
tree | 3b2ee96b21423a65b6b0e32766dc44e689a4742e /engine/tmhm2.asm | |
parent | 7a2a20528136b9a2452a313cd50c46a45f9a5cb0 (diff) | |
parent | f619e84e4f6cd24cd4a089da58625d54ad6b3ab1 (diff) |
Merge pull request #403 from mid-kid/master
mid-kid's patches: The Experience
Diffstat (limited to 'engine/tmhm2.asm')
-rwxr-xr-x | engine/tmhm2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/tmhm2.asm b/engine/tmhm2.asm index 6e32fdae8..8d19aaf81 100755 --- a/engine/tmhm2.asm +++ b/engine/tmhm2.asm @@ -80,7 +80,7 @@ ChooseMonToLearnTMHM_NoRefresh: ; 2c80a callba LoadPartyMenuGFX callba InitPartyMenuWithCancel callba InitPartyMenuGFX - ld a, $3 ; TeachWhichPKMNString + ld a, PARTYMENUACTION_TEACH_TMHM ld [PartyMenuActionText], a .loopback callba WritePartyMenuTilemap |