Player name gets filled in instead of saying 'Player'

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
master
sigonasr2 2 years ago
parent 3cbca620ee
commit a3da3b1d55
  1. 2
      SeasonsOfLoneliness.cpp
  2. BIN
      SeasonsOfLoneliness.zip
  3. BIN
      Seasons_of_Loneliness
  4. BIN
      Seasons_of_Loneliness.wasm
  5. BIN
      src.zip

@ -3663,7 +3663,7 @@ public:
}break;
case battle::WAIT_TURN_ANIMATION:{
if (BATTLE_CURRENT_TURN_ENTITY==-1) {
DrawWrappedText({4,4},"Player uses "+BATTLE_CARD_SELECTION->name,WIDTH-8,WHITE,{2,2});
DrawWrappedText({4,4},PLAYER_NAME+" uses "+BATTLE_CARD_SELECTION->name,WIDTH-8,WHITE,{2,2});
} else {
DrawWrappedText({4,4},CURRENT_ENCOUNTER.entities[BATTLE_CURRENT_TURN_ENTITY]->name+" "+(char)('A'+BATTLE_CURRENT_TURN_ENTITY)+" uses "+CURRENT_ENCOUNTER.entities[BATTLE_CURRENT_TURN_ENTITY]->selectedMove->name,WIDTH-8,WHITE,{2,2});
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save