diff options
author | surskitty <surskitty@gmail.com> | 2017-12-10 00:19:24 -0500 |
---|---|---|
committer | surskitty <surskitty@gmail.com> | 2017-12-10 00:19:24 -0500 |
commit | 069ae7e2f3bc4f3939a4b97d6200a3fcdacc904b (patch) | |
tree | f01d917412f5a50ce36fa377982c99645305092e /misc | |
parent | d059358d929e6ef691e6c2c96ea4c9e44120fc9b (diff) | |
parent | 89b9292db0898f8ad2b6ea8513a3190762eb58c8 (diff) |
Merge branch 'master' of github.com:pret/pokecrystal
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/mobile_12_2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_12_2.asm b/misc/mobile_12_2.asm index 2bdd6ddc3..37179c122 100755 --- a/misc/mobile_12_2.asm +++ b/misc/mobile_12_2.asm @@ -316,7 +316,7 @@ Function4aa25: ; 4aa25 call Function4aad3 Function4aa34: ; 4aa34 - ld a, $9 + ld a, PARTYMENUACTION_MOBILE ld [PartyMenuActionText], a callba WritePartyMenuTilemap xor a |