Aug 23, 2009 at 4:05 PM
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3052
you just have to move them to the location of a used sprite. if that glitches out, check the stickies.
@ punx, why yes, assembly! ^^ however, I can give you some actual help on this one. at the beginning of the code, some numbers are moved, these are the frame rects, and it'll look something like this:
I'm not exactly sure what the different rects do, but that's fopr you to find out!
good luck.
@ punx, why yes, assembly! ^^ however, I can give you some actual help on this one. at the beginning of the code, some numbers are moved, these are the frame rects, and it'll look something like this:
Code:
mov [ebp-0090],0x00000000
mov [ebp-008C],0x00000000
mov [ebp-0088],0x00000010
mov [ebp-0084],0x00000010
mov [ebp-0080],0x00000000
mov [ebp-007C],0x00000010
mov [ebp-0078],0x00000010
mov [ebp-0074],0x00000020
mov [ebp-0070],0x00000000
mov [ebp-006C],0x00000020
mov [ebp-0068],0x00000010
mov [ebp-0064],0x00000030
mov [ebp-0060],0x00000010
mov [ebp-005C],0x00000000
mov [ebp-0058],0x00000020
mov [ebp-0054],0x00000010
mov [ebp-0050],0x00000010
mov [ebp-004C],0x00000010
mov [ebp-0048],0x00000020
mov [ebp-0044],0x00000020
mov [ebp-0040],0x00000010
mov [ebp-003C],0x00000020
mov [ebp-0038],0x00000020
mov [ebp-0034],0x00000030
mov [ebp-0030],0x00000020
mov [ebp-002C],0x00000000
mov [ebp-0028],0x00000030
mov [ebp-0024],0x00000010
mov [ebp-0020],0x00000020
mov [ebp-001C],0x00000010
mov [ebp-0018],0x00000030
mov [ebp-0014],0x00000020
mov [ebp-0010],0x00000020
mov [ebp-000C],0x00000020
mov [ebp-0008],0x00000030
mov [ebp-0004],0x00000030
good luck.