mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
format
This commit is contained in:
parent
02aa37c31d
commit
3fcceae5be
@ -5,7 +5,7 @@ ApiStatus GetDamageIntensity(ScriptInstance* script, s32 isInitialCall) {
|
|||||||
script->varTable[0] = 0;
|
script->varTable[0] = 0;
|
||||||
} else if (gBattleStatus.lastAttackDamage < 7) {
|
} else if (gBattleStatus.lastAttackDamage < 7) {
|
||||||
script->varTable[0] = 1;
|
script->varTable[0] = 1;
|
||||||
} else if (gBattleStatus.lastAttackDamage < 10){
|
} else if (gBattleStatus.lastAttackDamage < 10) {
|
||||||
script->varTable[0] = 2;
|
script->varTable[0] = 2;
|
||||||
} else {
|
} else {
|
||||||
script->varTable[0] = 3;
|
script->varTable[0] = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user