MOP path and tweak conflict
#2
(06-16-2018, 08:16 PM)Drahnokks Wrote: I have real problem, when you patch your rom with MOP from kaze and you apply the "Extend Bank 0x04" tweak the swithpanel star spawn immediatly when you enter in the level (no need to active switchpanels), this is very annoying :/
If someone have an idea how to fix that let me know. 

thanks ^^

Code:
.orga 0x632D0
    LUI A0, 0x1300
    JAL 0x80277F50
    ORI A0, A0, 0x05D8

objects_loop:
    LUI T1, 0x8036
    ORI T1, T1, 0x0E88
    LW V1, 0x18(SP)
    BEQ T1, V1, 0x63314

    LW T2, 0x20C(V1)
    BNE T2, V0, wrong_object
    NOP

.orga 0x63304
wrong_object:
    ADDIU V1, V1, 0x260
    SW V1, 0x18(SP)
    B objects_loop
    NOP



.orga 0x63CE8
    NOP
    NOP
    BNE T2, V0, 0x63D04
Compile with armips
Reply


Messages In This Thread
MOP path and tweak conflict - by Drahnokks - 06-16-2018, 08:16 PM
RE: MOP path and tweak conflict - by aglab2 - 06-26-2018, 11:47 AM
RE: MOP path and tweak conflict - by Drahnokks - 06-28-2018, 12:25 PM
RE: MOP path and tweak conflict - by aglab2 - 06-28-2018, 02:55 PM
RE: MOP path and tweak conflict - by Drahnokks - 06-28-2018, 03:47 PM



Users browsing this thread: 1 Guest(s)