• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

I need help with assembly

michael_li

Smash Ace
Joined
Aug 25, 2012
Messages
557
Location
Whalley Surrey, BC
I don't know what to do with this, how do i compile it lol.

[ENABLE]
alloc(OffsetRectHook,128)
label(OffsetRectHook_Return)
label(inout)

OffsetRect:
jmp OffsetRectHook
OffsetRectHook_Return:

OffsetRectHook:
cmp [esp],0049782E
je inout
mov edi,edi
push ebp
mov ebp,esp
jmp OffsetRectHook_Return

inout:
mov [esp+08],99999 // dx
mov [esp+0C],99999 // dy
ret 000C

[DISABLE]
OffsetRect:
mov edi,edi
push ebp
mov ebp,esp

dealloc(OffsetRectHook)
 
Top Bottom