From 164c693248d8db50f5a85bfe3fc3833018bf5b4c Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sat, 29 Jun 2002 00:54:35 +0000 Subject: [PATCH] Moved some stuff around --- zsnes/src/gui/gui.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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