mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
d_a_door_push OK (#1959)
* work on d_a_push_door * d_a_door_push OK * remove unused asm
This commit is contained in:
@@ -46,7 +46,7 @@ inline void cLib_onBit(T& value, u8 bit) {
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
inline T cLib_checkBit(T& value, u8 bit) {
|
||||
inline u8 cLib_checkBit(T& value, u8 bit) {
|
||||
return value & bit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user