Skip to content

Commit

Permalink
SCUMM: MMNES - Generate index for MMNES titlescreens.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmegone committed Sep 3, 2024
1 parent 2d6a652 commit df25433
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/scumm/file_nes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,10 @@ bool ScummNESFile::generateIndex() {
lfl_index.costume_lfl[78] = lfl->num;
lfl_index.costume_addr[78] = TO_LE_16(respos);
break;
case NES_TITLES:
lfl_index.costume_lfl[79] = lfl->num;
lfl_index.costume_addr[79] = TO_LE_16(respos);
break;
default:
error("Unindexed entry found");
break;
Expand Down

0 comments on commit df25433

Please sign in to comment.