make time events compile

This commit is contained in:
DizzyEggg
2018-01-29 16:25:09 +01:00
parent d728124a7b
commit 76fc1d1c12
18 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -188,7 +188,7 @@ HandleShopMenuBuy: @ 80DFBD0
str r0, [r1]
movs r0, 0x1
movs r1, 0
bl fade_screen
bl FadeScreen
pop {r4}
pop {r0}
bx r0
@@ -216,7 +216,7 @@ HandleShopMenuSell: @ 80DFC0C
str r0, [r1]
movs r0, 0x1
movs r1, 0
bl fade_screen
bl FadeScreen
pop {r4}
pop {r0}
bx r0