Difference between revisions of "Halo: Combat Evolved"
From xboxdevwiki
(Created page with "{{Game}}") |
|||
Line 1: | Line 1: | ||
{{Game}} | {{Game}} | ||
+ | |||
+ | ===Debugging=== | ||
+ | |||
+ | To enable debugging of the original NTSC version with xbdm (be sure to use the retail xbdm version 5455 if on a retail box due to low memory constraints) replace the single instance of <code>6A 00 FF 74 24 08 E8 35</code> with <code>33 C0 40 C2 04 00 E8 35</code> in the default.xbe which will skip a call to <code>XnTerm</code>. |
Revision as of 23:48, 5 September 2018
Debugging
To enable debugging of the original NTSC version with xbdm (be sure to use the retail xbdm version 5455 if on a retail box due to low memory constraints) replace the single instance of 6A 00 FF 74 24 08 E8 35
with 33 C0 40 C2 04 00 E8 35
in the default.xbe which will skip a call to XnTerm
.