mirror of
https://github.com/risingPhil/libpokemegb.git
synced 2026-09-08 17:07:31 -05:00
Cleanup dead code
This commit is contained in:
@@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user