[ntsc-1.2] Match z_game_over.c, PAL 1.1 fixes (#2099)

* Match z_game_over.c (PAL 1.1 change)

* Fix previous matches that are actually PAL 1.1 changes

* Add versions.h to global.h

* Add versions.h to z_game_over.c too

* And the others too

* Fix awkward wording
This commit is contained in:
cadmic
2024-08-28 18:00:06 -07:00
committed by GitHub
parent 16ec9b1e13
commit 6e8b820184
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -4,5 +4,6 @@
#include "functions.h"
#include "variables.h"
#include "macros.h"
#include "versions.h"
#endif