You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Code cleanup
This commit is contained in:
@@ -223,9 +223,9 @@
|
||||
#define CHANGE_AREA_SKYBOX(area, segStart, segEnd) \
|
||||
CMD_BBH(0x3E, 0x0C, area), \
|
||||
CMD_PTR(segStart), \
|
||||
CMD_PTR(segEnd)
|
||||
|
||||
|
||||
CMD_PTR(segEnd)
|
||||
|
||||
|
||||
#define INIT_LEVEL() \
|
||||
CMD_BBH(0x1B, 0x04, 0x0000)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define TEXT_MENU_STRINGS_H
|
||||
|
||||
// These strings use a different table defined in menu_hud_lut
|
||||
// Unlike text_strings.h.in, the charmap is different and
|
||||
// Unlike text_strings.h.in, the charmap is different and
|
||||
// uses char values from charmap_menu.txt
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user