You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
Refresh 16
This commit is contained in:
@@ -267,7 +267,7 @@ if sys.argv[1] == "--emit-asm-macros":
|
||||
emit_cmd(key, 0xc0, ['delay_long', 'var_long'])
|
||||
emit_cmd(key, 0x40, ['note1_long', 'bits:4', 'var_long', 'u8'])
|
||||
if eu_sh or us_jp or sh or non_sh:
|
||||
print("#ifdef VERSION_SH\n")
|
||||
print("#if defined(VERSION_SH) || defined(VERSION_CN)\n")
|
||||
for (op, cmd) in eu_sh:
|
||||
emit_cmd(key, op, cmd)
|
||||
for (op, cmd) in sh:
|
||||
|
||||
Reference in New Issue
Block a user