diff options
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/CIC6105.c | 2 | ||||
| -rw-r--r-- | src/boot/build.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/CIC6105.c b/src/boot/CIC6105.c index 6d21643ab..8f9da8711 100644 --- a/src/boot/CIC6105.c +++ b/src/boot/CIC6105.c @@ -16,7 +16,7 @@ void CIC6105_Noop2(void) { void CIC6105_PrintRomInfo(void) { FaultDrawer_DrawText(80, 200, "SP_STATUS %08x", IO_READ(SP_STATUS_REG)); - FaultDrawer_DrawText(40, 184, "ROM_F [Creator:%s]", gBuildTeam); + FaultDrawer_DrawText(40, 184, "ROM_F [Creator:%s]", gBuildCreator); FaultDrawer_DrawText(56, 192, "[Date:%s]", gBuildDate); } diff --git a/src/boot/build.c b/src/boot/build.c index 23bd1cd59..31bb34016 100644 --- a/src/boot/build.c +++ b/src/boot/build.c @@ -1,3 +1,3 @@ -const char gBuildTeam[] = "zelda@srd44"; +const char gBuildCreator[] = "zelda@srd44"; const char gBuildDate[] = "00-07-31 17:04:16"; const char gBuildMakeOption[] = ""; |
