mirror of https://github.com/pmret/papermario.git
Add TODO
This commit is contained in:
parent
a414ce047b
commit
8b703053de
|
|
@ -395,7 +395,7 @@ s32 func_802C73B0(script_context* script) {
|
|||
s32 func_802C73B8(script_context* script) {
|
||||
s32 i;
|
||||
|
||||
for (i = 0; i < 0x80; i++) {
|
||||
for (i = 0; i < 0x80; i++) { // TODO figure out what this represents
|
||||
if (script == get_script_by_index(i)) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue