summaryrefslogtreecommitdiff
path: root/src/d/d_lib.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2023-10-11 01:12:08 -0700
committerGitHub <noreply@github.com>2023-10-11 01:12:08 -0700
commit6229bba991717a88629e52c59b2daa45022f098a (patch)
tree451d512d9703bb578ac15ff90ae14d9253236ba7 /src/d/d_lib.cpp
parentc5b54dd7ec656e70ced5d1363a6862aecece6afc (diff)
d_a_andsw2 OK, d_a_player / d_a_alink cleanup, d_a_alink_hook mostly done (#1957)
* d_a_andsw2 OK * d_a_player cleanup, d_a_alink cleanup and work on d_a_alink_hook * remove asm * d_kankyo_wether almost done * some work on d_kankyo_rain
Diffstat (limited to 'src/d/d_lib.cpp')
-rw-r--r--src/d/d_lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp
index a698d8d266..e07fd63e27 100644
--- a/src/d/d_lib.cpp
+++ b/src/d/d_lib.cpp
@@ -319,7 +319,7 @@ bool STControl::checkDownTrigger() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
-asm void dLib_getEventSwitchNo(int param_0) {
+asm u8 dLib_getEventSwitchNo(int param_0) {
nofralloc
#include "asm/d/d_lib/dLib_getEventSwitchNo__Fi.s"
}