From 00b0b0bb9089684b4b7824e079cbefd006214afd Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Sun, 28 Jul 2019 19:17:39 -0500 Subject: remove hardcoded VRAM and EWRAM addresses --- src/credits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/credits.c') 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, -- cgit v1.2.3