Cleanup dead code

This commit is contained in:
Philippe Symons 2024-10-08 12:50:48 +02:00
parent 09bc97bce3
commit 2ba33f26f7

View File

@ -310,7 +310,7 @@ const char *Gen2GameReader::getPokemonName(uint8_t index) const
Gen2PokemonIconType Gen2GameReader::getPokemonIconType(uint8_t index) const
{
uint32_t romOffset = (isGameCrystal()) ? 0x8EAC4 : 0x8E975;
uint32_t romOffset;
uint8_t byteVal;
switch(gameType_)