Add extra info to comment about file splitting issue

This commit is contained in:
Jdog 2020-08-15 18:51:51 -07:00
parent 01ecc1dd24
commit 7544d4686e

View File

@ -68,6 +68,7 @@ s32 SetMessageString(script_context* script, s32 initialCall) {
INCLUDE_ASM(code_f4c60_len_4300, SetMessageValue); INCLUDE_ASM(code_f4c60_len_4300, SetMessageValue);
// TODO: Figure out why there's an extra NOP after this function // TODO: Figure out why there's an extra NOP after this function
// It's probably because of a file split issue
/* /*
s32 SetMessageValue(script_context* script, s32 initialCall) { s32 SetMessageValue(script_context* script, s32 initialCall) {
bytecode* ptrReadPos = script->ptrReadPos; bytecode* ptrReadPos = script->ptrReadPos;