1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 01:16:36 +00:00

Add modkeep to DHGR modules

This commit is contained in:
David Schmenk
2025-05-01 16:08:55 -07:00
parent be0e7a7427
commit 119bc00b49
4 changed files with 8 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+4
View File
@@ -2680,4 +2680,8 @@ _dcgrTileScrB:25 = @_dcgrTileScrC.28
_dcgrTileScrB:30 = @_dcgrTileScrC.34
_dcgrTileScrB:35 = @_dcgrTileScrC.40
_dcgrTileScrB:40 = @_dcgrTileScrC.46
//
// Keep module in memory
//
return modkeep
done
+4
View File
@@ -427,4 +427,8 @@ end
// Fixups
//
dcgrStr:1 = @dcgrLoadDefFont
//
// Keep module in memory
//
return modkeep
done