diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-03 08:38:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 08:38:45 -0700 |
commit | 9dc867a91c06c7e7a72ad24343726051cd49d448 (patch) | |
tree | 5d45466c2f16ebec59bf870d3550f344ee3c3b6c /src/pokeblock.c | |
parent | 867b496f2e5a525043c9fd82ccaaad9349c89fac (diff) | |
parent | 9f9764672470599c7bd9428a0a121ed8b334d061 (diff) |
Merge pull request #241 from DizzyEggg/decomp_item
Decompile item
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index e829452b2..60087b5bf 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -589,7 +589,7 @@ static void PutPokeblockInfoText(void) { u8 i; - const u8 *itemName = ItemId_GetItem(ITEM_POKEBLOCK_CASE)->name; + const u8 *itemName = ItemId_GetName(ITEM_POKEBLOCK_CASE); PrintOnPokeblockWindow(0, itemName, GetStringCenterAlignXOffset(1, itemName, 0x48)); PrintOnPokeblockWindow(2, gText_Spicy, 0); |