diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-20 12:41:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-20 12:41:34 -0400 |
commit | e4acfdf20b7d56b83cee6f4e49b257a2ecb92a95 (patch) | |
tree | 4346f5efdcea0f2adf207bc769488d3f129016fe /src/unk_8159F40.c | |
parent | e13e7eccafdc48b648bf20f8e02f72130c51d1ab (diff) | |
parent | 9054fa32a01e102e668d1668c4e3893f2faffde8 (diff) |
Merge pull request #82 from jiangzhengwenjz/pokemon
pokemon
Diffstat (limited to 'src/unk_8159F40.c')
-rw-r--r-- | src/unk_8159F40.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unk_8159F40.c b/src/unk_8159F40.c index b0147d06a..ab27cea63 100644 --- a/src/unk_8159F40.c +++ b/src/unk_8159F40.c @@ -28,7 +28,7 @@ void sub_8159F40(void) s32 opIdx = 0; const struct UnkStruct_84792D0 * data; - gBattleTypeFlags = BATTLE_TYPE_DOME; + gBattleTypeFlags = BATTLE_TYPE_POKEDUDE; ZeroPlayerPartyMons(); ZeroEnemyPartyMons(); data = gUnknown_84792D0[gSpecialVar_0x8004]; |