mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
7b96e58622
* setup n64-jp-1.1 disasm * Add versions * New microcode * Bootstrap z_sram * Bootstrap ovl_file_choose * Bootstrap kaleido scope * Bootstrap BgHeavyBlock * MessageContext shift * SaveContext shift * ItemId shift * Fix `PLAYER_CSACTION` shift * format * Add JP only to Heavy Block Description * Makefile multi version comment --------- Co-authored-by: Tom Overton <tom.overton@outlook.com>
10 lines
116 B
C
10 lines
116 B
C
#ifndef VERSIONS_H
|
|
#define VERSIONS_H
|
|
|
|
// MM versions in build order
|
|
|
|
#define N64_JP_1_1 2
|
|
#define N64_US 4
|
|
|
|
#endif
|