mirror of
https://github.com/zeldaret/tp
synced 2026-06-09 20:50:45 -04:00
6e9b833ef7
Co-authored-by: Pheenoh <pheenoh@gmail.com>
17 lines
288 B
C++
17 lines
288 B
C++
#include "d/d_a/d_a_item_static/d_a_item_static.h"
|
|
#include "global.h"
|
|
|
|
u32 daItem_c::startCtrl(void){
|
|
this->unk2376 |= 4;
|
|
return 1;
|
|
}
|
|
|
|
u32 daItem_c::startControl(void){
|
|
this->unk2378 = 1;
|
|
return 1;
|
|
}
|
|
|
|
u32 daItem_c::endControl(void){
|
|
this->unk2378 = 0;
|
|
return 1;
|
|
} |