diff --git a/zsnes/src/gui/gui.asm b/zsnes/src/gui/gui.asm index 135bf1ec..1387110a 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -606,6 +606,9 @@ NEWSYM ForceHiLoROM, db 0 NEWSYM CombinDataGlob, times 3300 db 0 ; 20-name, 42-combo, 2-key#, 1-P#, 1-ff NEWSYM CombinDataLocl, times 3300 db 0 +NEWSYM CmdLineNetPlay, db 0 +NEWSYM CmdLineTCPIPAddress, times 29 db 0 + GUIwinorder times 18 db 0 GUIwinpos times 18 db 0 GUIwinactiv times 18 db 0 @@ -892,9 +895,6 @@ CalcChecksum: or bl,80h ret -NEWSYM CmdLineNetPlay, db 0 -NEWSYM CmdLineTCPIPAddress, db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - NEWSYM GUIRestoreVars mov edx,GUIFName call Open_File