mirror of
https://github.com/n64decomp/mk64
synced 2026-08-13 03:59:27 -04:00
Various cleanup (#410)
This commit is contained in:
+1
-1
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user