diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-28 19:17:39 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-28 19:17:39 -0500 |
commit | 00b0b0bb9089684b4b7824e079cbefd006214afd (patch) | |
tree | f7ddb4acd6a65b457663a642f097953dfe000966 /src/credits.c | |
parent | bc09f81a9a6a8280480a08e0daf33541ba255fb4 (diff) |
remove hardcoded VRAM and EWRAM addresses
Diffstat (limited to 'src/credits.c')
-rw-r--r-- | src/credits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/credits.c b/src/credits.c index c0c53505d..daf6d2b5c 100644 --- a/src/credits.c +++ b/src/credits.c @@ -1561,7 +1561,7 @@ static u8 sub_81456B4(u16 species, u16 x, u16 y, u16 position) &gMonFrontPicTable[species], gMonFrontPicCoords[species].coords, gMonFrontPicCoords[species].y_offset, - 0x2000000, + EWRAM, gUnknown_0840B5A0[position], species, personality, |