mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-18 06:15:20 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "d/d_msg_scrn_explain.h"
|
||||
#include "m_Do/m_Do_graphic.h"
|
||||
#include "d/actor/d_a_midna.h"
|
||||
#include <cstring>
|
||||
|
||||
dMenu_Fmap2DBack_c::dMenu_Fmap2DBack_c() {
|
||||
dMeter2Info_setMapDrugFlag(0);
|
||||
@@ -938,9 +939,9 @@ void dMenu_Fmap2DBack_c::scrollCalc(f32 param_0) {
|
||||
}
|
||||
|
||||
void dMenu_Fmap2DBack_c::mapBlink(s16* param_0) {
|
||||
*param_0 += (s16)1;
|
||||
S16_ADD(*param_0, 1);
|
||||
if (*param_0 >= 30) {
|
||||
*param_0 -= (s16)30;
|
||||
S16_SUB(*param_0, 30);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user