summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-19 08:35:27 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-19 08:35:27 -0400
commit8634f722905247646305824afd62ebec60810212 (patch)
tree3fe7ad8550f0461762cf3790012db8769b54ca1a /src
parentb2b6774efc5d6cd1bf9ca7f9c1c925dfd237428c (diff)
sub_818D778
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 4b2e9f41c..1e6a98810 100644
--- a/src/battle_dome_cards.c
+++ b/src/battle_dome_cards.c
@@ -362,3 +362,8 @@ u16 sub_818D6CC(u16 species, u32 otId, u32 personality, bool8 isFrontPic, u16 de
}
return 0xFFFF;
}
+
+u16 sub_818D778(u16 species, u32 otId, u32 personality, bool8 isFrontPic, s16 x, s16 y, u8 paletteSlot, u16 paletteTag, bool8 ignoreDeoxys)
+{
+ return oamt_spawn_poke_or_trainer_picture(species, otId, personality, isFrontPic, x, y, paletteSlot, paletteTag, FALSE, ignoreDeoxys);
+}