Skip to content

Commit

Permalink
Fill in behind Pokémon info on summary on FC
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 committed Sep 9, 2019
1 parent 3631e87 commit 7e2c953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/menus/summary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void drawSummaryPage(std::shared_ptr<PKX> pkm) {
if(sdFound()) drawImage(0, 0, summaryBgData.width, summaryBgData.height, summaryBg, false);
else {
drawRectangle(0, 0, 256, 192, DARK_GRAY, false);
drawOutline(145, -1, 111, 88, LIGHT_GRAY, false);
drawRectangle(145, 0, 111, 88, LIGHT_GRAY, false);
}
// Draw lines
drawOutline(0, 124, 160, 69, LIGHT_GRAY, false);
Expand Down

0 comments on commit 7e2c953

Please sign in to comment.