mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Better defaults for create/delete/execute/draw/isdelete
This commit is contained in:
@@ -127,7 +127,7 @@ static u8 l_matDL[] __attribute__((aligned(32))) = {
|
||||
};
|
||||
|
||||
/* 800F104C-800F12C8 .text draw__16daHookshot_shapeFv */
|
||||
void daHookshot_shape::draw() {
|
||||
BOOL daHookshot_shape::draw() {
|
||||
daHookshot_c* hookshot = reinterpret_cast<daHookshot_c*>(mpUserData);
|
||||
int chain_count = hookshot->getChainCnt();
|
||||
if (chain_count < 1) {
|
||||
|
||||
Reference in New Issue
Block a user