summaryrefslogtreecommitdiff
path: root/src/pokemon_storage_system.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-02-25 08:09:14 -0600
committerGitHub <noreply@github.com>2019-02-25 08:09:14 -0600
commitd77ba3d41300d62756da0a9dba23b15263c99caf (patch)
tree087c5dd14a21f770fff2643c46c8e28905587aec /src/pokemon_storage_system.c
parentb3a7a1278abea55a2b4982c0dfc42d04c7981ba9 (diff)
parent0c47744a63a324fe92e8dddcbc07c33292524635 (diff)
Merge pull request #581 from arantonitis/pokemon_summary
Documented/polished pokemon_summary_screen.c
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r--src/pokemon_storage_system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c
index c1ebe91b4..cdfc4ba6b 100644
--- a/src/pokemon_storage_system.c
+++ b/src/pokemon_storage_system.c
@@ -1218,7 +1218,7 @@ static const u16 gWallpaperPalettes_Plain[][16] =
static const u32 gWallpaperTiles_Plain[] = INCBIN_U32("graphics/pokemon_storage/plain.4bpp.lz");
static const u32 gWallpaperTilemap_Plain[] = INCBIN_U32("graphics/pokemon_storage/plain.bin.lz");
-// 12×18 tilemap
+// 12x18 tilemap
static const u32 gUnknown_085773C4[] = INCBIN_U32("graphics/unused/tilemap_5773C4.bin");
static const u16 gUnknown_08577574[][2] =
@@ -6654,7 +6654,7 @@ static void sub_80CE8E4(void)
if (sIsMonBeingMoved)
sub_80CE790();
else
- sBoxCursorPosition = gUnknown_0203CF20;
+ sBoxCursorPosition = gLastViewedMonIndex;
}
s16 CompactPartySlots(void)