Closed Xeeynamo closed 1 month ago
I was experimenting with python3 tools/symbols.py cross asm/us/ric/matchings/1AC60/RicInit.s asm/hd/ric/nonmatchings/hd/RicInit.s and I found the tool was giving no matches.
python3 tools/symbols.py cross asm/us/ric/matchings/1AC60/RicInit.s asm/hd/ric/nonmatchings/hd/RicInit.s
With this fix the output produced is now:
PLAYER_rotY = 0x800733F4; PLAYER_rotX = 0x800733F2; ric_anim_stand_relax = 0x80155480; g_IsPrologueStage = 0x80154570; D_80175958 = 0x801758AC; D_801759D8 = 0x8017592C; D_801530AC = 0x801530AC; D_80153AA0 = 0x80153AA0; D_80153D24 = 0x80153D24; D_801541A8 = 0x801541A8;
I was experimenting with
python3 tools/symbols.py cross asm/us/ric/matchings/1AC60/RicInit.s asm/hd/ric/nonmatchings/hd/RicInit.s
and I found the tool was giving no matches.With this fix the output produced is now: