Identify more bit flags (#1153)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
ReadTrainerParty:
|
||||
ld a, [wInBattleTowerBattle]
|
||||
bit 0, a
|
||||
bit IN_BATTLE_TOWER_BATTLE_F, a
|
||||
ret nz
|
||||
|
||||
ld a, [wLinkMode]
|
||||
@@ -323,7 +323,7 @@ ComputeTrainerReward:
|
||||
|
||||
Battle_GetTrainerName::
|
||||
ld a, [wInBattleTowerBattle]
|
||||
bit 0, a
|
||||
bit IN_BATTLE_TOWER_BATTLE_F, a
|
||||
ld hl, wOTPlayerName
|
||||
jp nz, CopyTrainerName
|
||||
|
||||
|
Reference in New Issue
Block a user