summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/trade.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/trade.c b/src/trade.c
index b8732aeea..a9eeddf7c 100644
--- a/src/trade.c
+++ b/src/trade.c
@@ -1757,6 +1757,15 @@ static void sub_8049620(void)
}
}
+/*static*/ void sub_8049954(void)
+{
+ if (gMain.newKeys & A_BUTTON || gMain.newKeys & B_BUTTON)
+ {
+ PlaySE(SE_SELECT);
+ sub_8049804();
+ }
+}
+
asm(".section .text.sub_804A96C");
/*static*/ void sub_804A96C(struct UnkStructD *arg0, u8 left, u8 top, u16 *tilemap, u8 width, u8 height, u16 sp8) {