mirror of https://github.com/zeldaret/oot.git
review2
This commit is contained in:
parent
0e36ce0c5f
commit
b10bfc7727
|
@ -142,7 +142,7 @@ void EnNy_Init(Actor* thisx, PlayState* play) {
|
|||
this->unk_1E8 = 0.0f;
|
||||
this->unk_1E0 = 0.25f;
|
||||
if (this->actor.params == 0) {
|
||||
PRINTF(T("ニュウ イニシャル[ %d ] !!\n", "New initials [ %d ] !!\n"), this->actor.params);
|
||||
PRINTF(T("ニュウ イニシャル[ %d ] !!\n", "New init [ %d ] !!\n"), this->actor.params);
|
||||
this->actor.colChkInfo.mass = 0;
|
||||
this->unk_1D4 = 0;
|
||||
this->unk_1D8 = 0xFF;
|
||||
|
|
|
@ -321,8 +321,7 @@ void func_80ABF708(EnOkarinaTag* this, PlayState* play) {
|
|||
}
|
||||
|
||||
void func_80ABF7CC(EnOkarinaTag* this, PlayState* play) {
|
||||
PRINTF(VT_FGCOL(MAGENTA) T("☆☆☆☆☆ 開けゴマゴマゴマ! ☆☆☆☆☆ %d\n", "☆☆☆☆☆ Open sesame sesame sesame! ☆☆☆☆☆ %d\n")
|
||||
VT_RST,
|
||||
PRINTF(VT_FGCOL(MAGENTA) T("☆☆☆☆☆ 開けゴマゴマゴマ! ☆☆☆☆☆ %d\n", "☆☆☆☆☆ Open gomagomagoma! ☆☆☆☆☆ %d\n") VT_RST,
|
||||
Message_GetState(&play->msgCtx));
|
||||
|
||||
if ((Message_GetState(&play->msgCtx) == TEXT_STATE_EVENT) && Message_ShouldAdvance(play)) {
|
||||
|
|
Loading…
Reference in New Issue