add BB global EXP multiplier

This commit is contained in:
Martin Michelsen
2023-11-15 22:37:56 -08:00
parent 722010c0f7
commit c84d4b134f
6 changed files with 11 additions and 1 deletions
+3
View File
@@ -3715,6 +3715,9 @@ shared_ptr<Lobby> create_game_generic(
game->battle_player = battle_player;
battle_player->set_lobby(game);
}
if (game->base_version == GameVersion::BB) {
game->base_exp_multiplier = s->bb_global_exp_multiplier;
}
for (size_t x = 0; x < 4; x++) {
game->next_item_id[x] = (0x00200000 * x) + 0x00010000;