Executable: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
imported>Leoetlino
(Created page with "The '''executable''' is where all the game code is stored. It is located in the title code directory on Wii U and in the ExeFS on Switch. == File == ===...")
 
imported>Leoetlino
mNo edit summary
Line 27: Line 27:
Some development versions (1523941 to 1548881) generated unusable saves. These strings are still present in the release version but they are unused.
Some development versions (1523941 to 1548881) generated unusable saves. These strings are still present in the release version but they are unused.


<syntaxhighlight>
<pre>
.rodata.2:0000007101DE98B0 a15239411548881 DCB "@1523941 ~ @1548881のROMからのセーブデータを利用しているようです。",0xA
.rodata.2:0000007101DE98B0 a15239411548881 DCB "@1523941 ~ @1548881のROMからのセーブデータを利用しているようです。",0xA
.rodata.2:0000007101DE98B0                DCB "バグ報告をせずに、セーブデータを消去してください。",0xA
.rodata.2:0000007101DE98B0                DCB "バグ報告をせずに、セーブデータを消去してください。",0xA
.rodata.2:0000007101DE98B0                DCB "@1523941 ~ @1548881からのセーブデータであるはずがないという場合のみ、バグ報告をしてください。",0xA
.rodata.2:0000007101DE98B0                DCB "@1523941 ~ @1548881からのセーブデータであるはずがないという場合のみ、バグ報告をしてください。",0xA
.rodata.2:0000007101DE98B0                DCB "num_valid_normal_mode %d/%d, num_valid_hard_mode %d%d",0
.rodata.2:0000007101DE98B0                DCB "num_valid_normal_mode %d/%d, num_valid_hard_mode %d%d",0
</syntaxhighlight>
</pre>


=== Leftover debug tools ===
=== Leftover debug tools ===
Line 63: Line 63:
The debug config files do not exist in the release version; the config loading code was removed as well.
The debug config files do not exist in the release version; the config loading code was removed as well.


<syntaxhighlight>
<pre>
.rodata.2:0000007101DC9625 aDebugGameconfi DCB "Debug/GameConfigSettingForGameROM.xml",0
.rodata.2:0000007101DC9625 aDebugGameconfi DCB "Debug/GameConfigSettingForGameROM.xml",0
.rodata.2:0000007101DC9625                                        ; DATA XREF: initDebugConfigFilePaths+18↑o
.rodata.2:0000007101DC9625                                        ; DATA XREF: initDebugConfigFilePaths+18↑o
Line 117: Line 117:
.rodata.2:0000007101DC9A11 aToolFrontEnd  DCB "Tool Front-End",0
.rodata.2:0000007101DC9A11 aToolFrontEnd  DCB "Tool Front-End",0
.rodata.2:0000007101DC9A20 aDefaulttoolfro DCB "DefaultToolFrontEndPage",0
.rodata.2:0000007101DC9A20 aDefaulttoolfro DCB "DefaultToolFrontEndPage",0
</syntaxhighlight>
</pre>
Anonymous user

Navigation menu