mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
proposal for link age macros (#1119)
* proposal for link age macros * apply @Dragorn421 suggestions * also annotate the slinkage variable
This commit is contained in:
parent
621b91e2b6
commit
82cedcc3ef
12 changed files with 64 additions and 60 deletions
|
@ -856,7 +856,7 @@ void DemoKankyo_DrawWarpSparkles(Actor* thisx, GlobalContext* globalCtx) {
|
|||
|
||||
if (this->unk_150[i].unk_22 < 2) {
|
||||
disp = (u32)gEffFlash1DL;
|
||||
if (linkAge != 0) {
|
||||
if (linkAge != LINK_AGE_ADULT) {
|
||||
Matrix_Translate(translateX, translateY, translateZ, MTXMODE_NEW);
|
||||
} else {
|
||||
if (translateY) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue