Mario Kart 64
segments.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SEG_START   0x80000000
 
#define SEG_MAIN   0x80000400
 
#define ENDING_SEQUENCE_SIZE   0xDF00
 
#define RACING_SEQUENCE_SIZE   0x2C470
 
#define MEMORY_POOL_END   0x80242F00
 
#define SEG_ENDING_SEQUENCES   0x80280000
 
#define SEG_RACING   0x8028DF00
 
#define SEG_802BA370   0x802BA370
 
#define SEG_FRAMEBUFFERS   0x802BA290
 
#define SEG_AUDIO   0x803AF780
 

Variables

u8 _mainSegNoloadEnd []
 
u8 _endingSequencesSegmentStart []
 
u8 _endingSequencesSegmentRomStart []
 
u8 _endingSequencesSegmentRomEnd []
 
u8 _racingSegmentStart []
 
u8 _racingSegmentRomStart []
 
u8 _racingSegmentRomEnd []
 
u8 _data_802BA370SegmentStart []
 

Macro Definition Documentation

◆ ENDING_SEQUENCE_SIZE

#define ENDING_SEQUENCE_SIZE   0xDF00

◆ MEMORY_POOL_END

#define MEMORY_POOL_END   0x80242F00

◆ RACING_SEQUENCE_SIZE

#define RACING_SEQUENCE_SIZE   0x2C470

◆ SEG_802BA370

#define SEG_802BA370   0x802BA370

◆ SEG_AUDIO

#define SEG_AUDIO   0x803AF780

◆ SEG_ENDING_SEQUENCES

#define SEG_ENDING_SEQUENCES   0x80280000

◆ SEG_FRAMEBUFFERS

#define SEG_FRAMEBUFFERS   0x802BA290

◆ SEG_MAIN

#define SEG_MAIN   0x80000400

◆ SEG_RACING

#define SEG_RACING   0x8028DF00

◆ SEG_START

#define SEG_START   0x80000000

mk64 has three segments: main 0x80000400 ending 0x80280000 size 0xDF00 race 0x8028DF00 size 0x2C470

Variable Documentation

◆ _data_802BA370SegmentStart

u8 _data_802BA370SegmentStart[]
extern

◆ _endingSequencesSegmentRomEnd

u8 _endingSequencesSegmentRomEnd[]
extern

◆ _endingSequencesSegmentRomStart

u8 _endingSequencesSegmentRomStart[]
extern

◆ _endingSequencesSegmentStart

u8 _endingSequencesSegmentStart[]
extern

◆ _mainSegNoloadEnd

u8 _mainSegNoloadEnd[]
extern

◆ _racingSegmentRomEnd

u8 _racingSegmentRomEnd[]
extern

◆ _racingSegmentRomStart

u8 _racingSegmentRomStart[]
extern

◆ _racingSegmentStart

u8 _racingSegmentStart[]
extern