Offloaded some NES routines to eznes.h

This commit is contained in:
Luxferre
2026-01-11 14:31:32 +02:00
parent f1eecc00f1
commit eb3feaf34c
+1 -1
View File
@@ -499,7 +499,7 @@ s16 game() {
return score; return score;
} }
/* Entry pos16 */ /* Entry point */
s16 main() { s16 main() {
s16 score; s16 score;
game_startup(); game_startup();