mirror of
https://github.com/HackerN64/F3DEX3.git
synced 2026-01-21 10:37:45 -08:00
11 lines
273 B
ArmAsm
11 lines
273 B
ArmAsm
G_MEMSET_handler:
|
|
j ovl234_clipmisc_entrypoint // Delay slot is harmless
|
|
.include "rsp/handlers/run_next_dl_command_pre.s"
|
|
.if !CFG_PROFILING_A
|
|
tris_end:
|
|
.endif
|
|
.if ENABLE_PROFILING
|
|
G_LIGHTTORDP_handler:
|
|
.endif
|
|
.include "rsp/handlers/run_next_dl_command.s"
|