Rename PlayerMonFaintHappinessMod

Seriously, mini-rant here: we were three to spend a couple hours trying to find something in this function
that was completely unrelated to happiness... and apparently there's been far worse. :')
Props to you guys for having been through this =D
This commit is contained in:
ISSOtm 2019-03-03 23:55:24 +01:00
parent bc9d073501
commit c57ed5775c

View File

@ -2131,7 +2131,7 @@ UpdateBattleStateAndExperienceAfterEnemyFaint:
ld a, [wWhichMonFaintedFirst]
and a
jr nz, .player_mon_did_not_faint
call PlayerMonFaintHappinessMod
call UpdateFaintedPlayerMon
.player_mon_did_not_faint
call CheckPlayerPartyForFitMon
@ -2601,7 +2601,7 @@ HandlePlayerMonFaint:
call z, FaintEnemyPokemon
ld a, $1
ld [wWhichMonFaintedFirst], a
call PlayerMonFaintHappinessMod
call UpdateFaintedPlayerMon
call CheckPlayerPartyForFitMon
ld a, d
and a
@ -2642,7 +2642,7 @@ HandlePlayerMonFaint:
jp z, WildFled_EnemyFled_LinkBattleCanceled
jp DoubleSwitch
PlayerMonFaintHappinessMod:
UpdateFaintedPlayerMon:
ld a, [wCurBattleMon]
ld c, a
ld hl, wBattleParticipantsNotFainted