summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-19 08:36:45 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-19 08:36:45 -0400
commit057894f3c583f99b4c626181fc86cfc0744c2ea1 (patch)
treedeb0ee9a5b574861a907cbb6b12f35ce486f6a66 /src
parent8634f722905247646305824afd62ebec60810212 (diff)
sub_818D7D8
Diffstat (limited to 'src')
-rw-r--r--src/battle_dome_cards.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/battle_dome_cards.c b/src/battle_dome_cards.c
index 1e6a98810..7df33e403 100644
--- a/src/battle_dome_cards.c
+++ b/src/battle_dome_cards.c
@@ -367,3 +367,8 @@ u16 sub_818D778(u16 species, u32 otId, u32 personality, bool8 isFrontPic, s16 x,
{
return oamt_spawn_poke_or_trainer_picture(species, otId, personality, isFrontPic, x, y, paletteSlot, paletteTag, FALSE, ignoreDeoxys);
}
+
+u16 sub_818D7D8(u16 species, u32 otId, u32 personality, bool8 isFrontPic, s16 x, s16 y, u8 paletteSlot, u16 paletteTag)
+{
+ return sub_818D778(species, otId, personality, isFrontPic, x, y, paletteSlot, paletteTag, FALSE);
+}