Updated Home (markdown)

Garrett Cox 2023-09-11 12:46:22 -05:00
parent ceacb72620
commit cbefeedecd

@ -15,7 +15,7 @@ What this might look like in practice
if (rc.isShuffled()) { if (rc.isShuffled()) {
if (rc.isObtainable() && !rc.isObtained()) { if (rc.isObtainable() && !rc.isObtained()) {
this->actionFunc = En_CowIdle; this->actionFunc = En_CowIdle;
Randomzier_ObtainRandomizerCheck(rc); rc.obtain();
} else { } else {
this->actionFunc = En_CowReturnToIdle; this->actionFunc = En_CowReturnToIdle;
this->actor.textId = 0x4011; this->actor.textId = 0x4011;