The Great Plateau barrier/zh: Difference between revisions

Created page with "後來我們發現 executable (遊戲的執行檔)會直接去看 IsGet_PlayerStole2 的值,而且總共有五個地方在看。其中一個最要命的地方是 A..."
(Created page with "很多玩家注意到,即使有辦法避開抓人的霧(靜止器擊飛等等),林克還是會在離台地不遠處被遊戲抓回來。")
(Created page with "後來我們發現 executable (遊戲的執行檔)會直接去看 IsGet_PlayerStole2 的值,而且總共有五個地方在看。其中一個最要命的地方是 A...")
Line 16: Line 16:
很多玩家注意到,即使有辦法避開抓人的霧(靜止器擊飛等等),林克還是會在離台地不遠處被遊戲抓回來。
很多玩家注意到,即使有辦法避開抓人的霧(靜止器擊飛等等),林克還是會在離台地不遠處被遊戲抓回來。


It turns out that IsGet_PlayerStole2 is also checked by the [[executable]]. More precisely, its value is queried by 5 functions in the entire program. One of them is the [[AIDef:AI/PlayerNormal]] code which is responsible for handling events for the GameROMPlayer (Link) actor.
後來我們發現 [[executable]] (遊戲的執行檔)會直接去看 IsGet_PlayerStole2 的值,而且總共有五個地方在看。其中一個最要命的地方是 [[AIDef:AI/PlayerNormal]],這段 code 負責處理跟林克本人有關的事情。


In that large AI function, the following piece of code can be seen:
In that large AI function, the following piece of code can be seen:
translator
745

edits