Removed extra variables and EXTSYMs.
This commit is contained in:
@@ -684,8 +684,6 @@ CombContDatN dd 08000000h,04000000h,02000000h,01000000h,00800000h,80000000h
|
||||
CombContDatR dd 08000000h,04000000h,01000000h,02000000h,00800000h,80000000h
|
||||
dd 00400000h,40000000h,00200000h,00100000h,10000000h,20000000h
|
||||
|
||||
EXTSYM MouseToRead,multiMouseMode
|
||||
|
||||
SECTION .text
|
||||
|
||||
%macro PlayerDeviceFix 1
|
||||
@@ -773,7 +771,6 @@ NEWSYM ReadInputDevice
|
||||
mov dword[JoyBOrig],0
|
||||
cmp byte[device2],1
|
||||
jne .nomouse2
|
||||
mov byte[MouseToRead],1
|
||||
call processmouse2
|
||||
ProcSNESMouse JoyBOrig
|
||||
jmp .noinput2
|
||||
|
||||
Reference in New Issue
Block a user