diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-09 20:31:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-09 20:48:25 -0400 |
commit | e472aa274cb772edbf3b797727c6918a0c493a01 (patch) | |
tree | 25915152990fc6a72f5ba8a9711f1610a6985f8a /src/debug | |
parent | 00f30deaddac8ef6b593f8e0598ce0241e733b7d (diff) |
fix name of TVShow.bravoTrainerTower.pokemonName
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/nohara_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/nohara_debug_menu.c b/src/debug/nohara_debug_menu.c index 0e6a1418e..349e5111f 100644 --- a/src/debug/nohara_debug_menu.c +++ b/src/debug/nohara_debug_menu.c @@ -543,7 +543,7 @@ void debug_sub_808FA88(u8 a0, u8 a1) show->bravoTrainerTower.species = SPECIES_BULBASAUR; show->bravoTrainerTower.defeatedSpecies = SPECIES_BULBASAUR; StringCopy(gSaveBlock1.tvShows[a0].bravoTrainerTower.trainerName, gSaveBlock2.playerName); - StringCopy(gSaveBlock1.tvShows[a0].bravoTrainerTower.pokemonName, gSaveBlock2.playerName); + StringCopy(gSaveBlock1.tvShows[a0].bravoTrainerTower.enemyTrainerName, gSaveBlock2.playerName); show->bravoTrainerTower.language = GAME_LANGUAGE; break; } |