summaryrefslogtreecommitdiff
path: root/src/rom_8077ABC.c
diff options
context:
space:
mode:
authorMarco Willems (M17.1) <progreon@gmail.com>2018-01-19 17:18:14 +0100
committerMarco Willems (M17.1) <progreon@gmail.com>2018-01-19 17:18:14 +0100
commit37396ce835e702248b9e8fa1bbaec07b8b64ab4f (patch)
tree1cc49301ff407e6491d8bc384ca9c87992d51951 /src/rom_8077ABC.c
parentd4cd912eb85411a4be1ea97441f929a16f455f34 (diff)
switching over to a different branch for testing with tile stuff
Diffstat (limited to 'src/rom_8077ABC.c')
-rw-r--r--src/rom_8077ABC.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rom_8077ABC.c b/src/rom_8077ABC.c
index 0f5eaf40e..9d88c5e2a 100644
--- a/src/rom_8077ABC.c
+++ b/src/rom_8077ABC.c
@@ -1950,8 +1950,7 @@ u8 sub_8079F44(u16 species, u8 isBackpic, u8 a3, s16 a4, s16 a5, u8 a6, u32 a7,
);
}
- // DmaCopy32Defvars(3, (void *)0x2000000, (void *)(OBJ_VRAM0 + (sheet * 0x20)), 0x800);
- DmaCopy32Defvars(3, (void *)0x2000000, (void *) &OBJ_VRAM0_TEMP[sheet], 0x800);
+ DmaCopy32Defvars(3, (void *)0x2000000, (void *)(OBJ_VRAM0 + (sheet * 0x20)), 0x800);
if (!isBackpic)
sprite = CreateSprite(&gSpriteTemplate_837F5B0[a3], a4, a5 + gMonFrontPicCoords[species].y_offset, a6);