mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-12 19:16:02 -05:00
rename unk12 to maxPowerBoost
This commit is contained in:
@@ -260,7 +260,7 @@ u32 GetMoveMaxPP(struct PokemonMove *move)
|
||||
return gMovesData[move->moveID].maxPP;
|
||||
}
|
||||
|
||||
u32 GetMoveUnk12(struct PokemonMove *move)
|
||||
u32 GetMoveMaxPowerBoost(struct PokemonMove *move)
|
||||
{
|
||||
return gMovesData[move->moveID].unk12;
|
||||
}
|
||||
|
||||
@@ -494,7 +494,7 @@ string generate_move_data_text(Json data) {
|
||||
<< read_json_int(data_entry["accuracyOffensive"], 1)
|
||||
<< read_json_int(data_entry["accuracyUseChance"], 1)
|
||||
<< read_json_int(data_entry["hitCount"], 1)
|
||||
<< read_json_int(data_entry["unk12"], 1)
|
||||
<< read_json_int(data_entry["maxPowerBoost"], 1)
|
||||
<< read_json_int(data_entry["criticalHitChance"], 1)
|
||||
<< read_json_bool(data_entry["affectedByMagicCoat"])
|
||||
<< read_json_bool(data_entry["targetsUser"])
|
||||
|
||||
Reference in New Issue
Block a user