mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
rename unk12 to maxPowerBoost
This commit is contained in:
parent
d1b3d794ab
commit
e6faf1b8b9
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user