The Great Plateau barrier: Difference between revisions
m
fix typo
imported>Leoetlino |
imported>Leoetlino m (fix typo) |
||
Line 31: | Line 31: | ||
A few notes: | A few notes: | ||
* 奈落開始待ち means (roughly) 'wait for abyss start'. It is the name of the [[AIDef:Action/PlayerHellStartWait]] action for the Player_Link aiprog. | * 奈落開始待ち means (roughly) 'wait for abyss start'. It is the name of the [[AIDef:Action/PlayerHellStartWait]] action for the Player_Link aiprog. | ||
* sIsDungeon is set when [[GameScene]] [https://gist.github.com/leoetlino/c3e625367affc6a2dadffb9c92d73f6f generates a stage]. It is | * sIsDungeon is set when [[GameScene]] [https://gist.github.com/leoetlino/c3e625367affc6a2dadffb9c92d73f6f generates a stage]. It is false if and only if: | ||
**the map type isn't any of the following type: MarioClubTestDungeon, CDungeon, MainFieldDungeon | **the map type isn't any of the following type: MarioClubTestDungeon, CDungeon, MainFieldDungeon | ||
**'''and''' (the map type isn't GameTestDungeon) or the map name is ActorViewer or in debug mode{{check}}. | **'''and''' (the map type isn't GameTestDungeon) or the map name is ActorViewer or in debug mode{{check}}. |