Resource: improve assembly code formatting

Don't use byte opcodes, and suffix hexadecimal values with 'h'.
This commit is contained in:
Kawe Mazidjatari 2025-01-03 22:36:31 +01:00
parent 5e0c24ad84
commit bd9beaa33a

View File

@ -58,7 +58,7 @@
// However, our engine has a working implementation of the GPU driven texture streaming system, and the correct thing // However, our engine has a working implementation of the GPU driven texture streaming system, and the correct thing
// to do here is to not force anything, since our SDK will enable the GPU driven texture streaming system if an STBSP // to do here is to not force anything, since our SDK will enable the GPU driven texture streaming system if an STBSP
// file wasn't provided for the level. We turn the conditional jump to an unconditional jump here to skip this code. // file wasn't provided for the level. We turn the conditional jump to an unconditional jump here to skip this code.
0x3E0363: "EB 0F" 0x3E0363: "jmp 0Fh"
///////////////////////////// /////////////////////////////
///////////////////////////// /////////////////////////////