Various cleanup (#410)

This commit is contained in:
MegaMech
2023-09-09 18:01:01 -06:00
committed by GitHub
parent 233e9217e7
commit 70207db13b
24 changed files with 222 additions and 204 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#define CHARACTER_BUFFER_SIZE 200 // size of the string buffer
/**
/**
* This is the position of the displayed text.
* It's calculated from the top left.
*/
+2
View File
@@ -1,6 +1,8 @@
#ifndef SEGMENT_SYMBOLS_H
#define SEGMENT_SYMBOLS_H
extern u8 _mainSegNoloadEnd[];
extern u8 _code_80280000SegmentStart[];
extern u8 _code_80280000SegmentRomStart[];
extern u8 _code_80280000SegmentRomEnd[];