diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-28 20:36:33 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-28 20:36:33 -0500 |
commit | e03220c21de7c33e1ddeb3fd0585378da37d8b51 (patch) | |
tree | 57da1db9027de960c4b066bdcf6ab17c03753791 /src/pokeblock_feed.c | |
parent | 00b44d588618c9a0feff1285183c183f1c97f1bb (diff) | |
parent | d442be12102ed3493c04b3688f37a4ffad6606f7 (diff) |
Merge branch 'master' into filenames_1
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r-- | src/pokeblock_feed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c index 588bc85c0..a4614f52d 100644 --- a/src/pokeblock_feed.c +++ b/src/pokeblock_feed.c @@ -616,7 +616,7 @@ static bool8 sub_8147B20(struct Pokemon* mon) case 0: species = GetMonData(mon, MON_DATA_SPECIES2); PiD = GetMonData(mon, MON_DATA_PERSONALITY); - HandleLoadSpecialPokePic(&gMonFrontPicTable[species], gMonFrontPicCoords[species].coords, gMonFrontPicCoords[species].y_offset, 0x2000000, gUnknown_081FAF4C[1], species, PiD); + HandleLoadSpecialPokePic(&gMonFrontPicTable[species], gMonFrontPicCoords[species].coords, gMonFrontPicCoords[species].y_offset, EWRAM, gUnknown_081FAF4C[1], species, PiD); ewram1FFFF++; break; case 1: |