mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
New Match 52% + A LOT OF RENAMES (#397)
* Remove separate RODATA declarations for debug strings. * Migrate thread1 stack * func_80031F88 WIP * Match func_80031F88 * Rename some funcs using JFG as basis. * Rename unknown_032760 to lights, and move asm files around. * More names, and a slightly better score for setup_lights * Couple of possible names. * Support expansion pak without resorting to fake matches. * Rename and move bcmp to a libultra folder and leave it as asm. * Rename unknown_0255E0 to tracks * Rename unknown_078050 to rcp. * Update score
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
glabel _bcmp
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x800CE050 */
|
||||
|
||||
.include "macros.inc"
|
||||
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # dont insert nops after branches
|
||||
.set gp=64 # 64-bit instructions are used
|
||||
|
||||
glabel bcmp /* Official name: _bcmp */
|
||||
/* 0CEC50 800CE050 28C10010 */ slti $at, $a2, 0x10
|
||||
/* 0CEC54 800CE054 14200037 */ bnez $at, .L800CE134
|
||||
/* 0CEC58 800CE058 00851026 */ xor $v0, $a0, $a1
|
||||
Reference in New Issue
Block a user