diff --git a/gfx/flags-icons-by-gosquared.zip b/gfx/flags-icons-by-gosquared.zip new file mode 100644 index 00000000..1d2651c4 Binary files /dev/null and b/gfx/flags-icons-by-gosquared.zip differ diff --git a/web/Default.aspx b/web/Default.aspx index ce56f964..866416b8 100644 --- a/web/Default.aspx +++ b/web/Default.aspx @@ -58,15 +58,18 @@

How to connect

    -
  1. Obtain an Action Replay code for your game. (complete list coming - soon)
    If you are using an emulator, you can patch your game with - WfcPatcher.
  2. -
  3. If applicable, enable the code and launch your game.
  4. -
  5. On your DS, set the DNS to 104.131.93.87.
  6. -
  7. Connect!
  8. +
  9. + Find and install your Action Replay code +
  10. +
  11. + Erase your Nintendo WFC configuration. +
  12. +
  13. + Set your primary DNS to +
-

Complete instructions can be found at +

Other connection methods can be found at the the AltWFC Wiki.

diff --git a/web/Default.aspx.designer.cs b/web/Default.aspx.designer.cs index 35dd53e7..61d86f49 100644 --- a/web/Default.aspx.designer.cs +++ b/web/Default.aspx.designer.cs @@ -66,6 +66,15 @@ namespace PkmnFoundations.GTS { /// protected global::System.Web.UI.WebControls.HyperLink hlRegister; + /// + /// hlActionReplay control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink hlActionReplay; + /// /// hlBattleVideos control. /// diff --git a/web/css/main.css b/web/css/main.css index 3a4b6fee..541f7b6c 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -537,30 +537,30 @@ li border: 2px solid #eeeeee; background-color: white; cursor: pointer; - margin: 8px; + margin: 4px 8px 4px 0; position: relative; + display: table; + border-spacing: 8px; } -.pfChoice img +.pfChoiceGroupVersions .pfChoice { - position: absolute; - left: 8px; - top: 8px; + width: 128px; + height: 48px; +} + +.pfChoice .pfChoiceIcon +{ + display: table-cell; + vertical-align: middle; + width: 0; } .pfChoice .pfChoiceLabel -{ - display: table; - margin: 8px 8px 8px 80px; - width: 92px; - height: 64px; -} - -.pfChoice .pfChoiceLabel .inner { display: table-cell; vertical-align: middle; - text-align: center; + text-align: left; } .pfChoice:hover diff --git a/web/images/help/shot-wifi-settings.png b/web/images/help/shot-wifi-settings.png new file mode 100644 index 00000000..22c3fb6e Binary files /dev/null and b/web/images/help/shot-wifi-settings.png differ diff --git a/web/images/instructions.png b/web/images/instructions.png deleted file mode 100644 index 29ed3baf..00000000 Binary files a/web/images/instructions.png and /dev/null differ diff --git a/web/main/Instructions.aspx b/web/main/Instructions.aspx new file mode 100644 index 00000000..0de69110 --- /dev/null +++ b/web/main/Instructions.aspx @@ -0,0 +1,161 @@ +<%@ Page Title="Getting started - Pokémon Classic Network" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="Instructions.aspx.cs" Inherits="PkmnFoundations.Main.Instructions" %> +<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.Web" %> +<%@ Register TagPrefix="pf" TagName="DnsAddress" Src="~/controls/DnsAddress.ascx" %> + + + + + + + +

How to Connect

+

Instructions provided are for Action Replay devices. If you’re not using + an Action Replay, please visit the + + AltWFC wiki + + for a list of other supported devices and connection methods. +

+

+ You must use a special device to connect to the server. You will + receive a connection error if you try to connect with just a DS and game card. +

+ +

Requirements

+ + +

Action Replay codes

+

Please select your game and region to continue:

+ +
+
+
+ +
+
+ Diamond +
+
+
+
+ +
+
+ Pearl +
+
+
+
+ +
+
+ Platinum +
+
+
+
+ +
+
+ Heart Gold +
+
+
+
+ +
+
+ Soul Silver +
+
+
+
+
+ +
+
+ Black +
+
+
+
+ +
+
+ White +
+
+
+
+ +
+
+ Black 2 +
+
+
+
+ +
+
+ White 2 +
+
+ +
+
+ +

Instructions

+ +
+ +
+ + + +

If you see error 52200, turn your DS off and on and try again. Soft + resetting your game (L+R+Start+Select) will render the Wi-Fi enabler + code ineffective. Turn your DS off and on again to reset. +

+ +
+ +
diff --git a/web/main/Instructions.aspx.cs b/web/main/Instructions.aspx.cs new file mode 100644 index 00000000..b078530a --- /dev/null +++ b/web/main/Instructions.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace PkmnFoundations.Main +{ + public partial class Instructions : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/web/main/Instructions.aspx.designer.cs b/web/main/Instructions.aspx.designer.cs new file mode 100644 index 00000000..917be9d9 --- /dev/null +++ b/web/main/Instructions.aspx.designer.cs @@ -0,0 +1,105 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace PkmnFoundations.Main { + + + public partial class Instructions { + + /// + /// hlAltWfc control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink hlAltWfc; + + /// + /// imgDiamond control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgDiamond; + + /// + /// imgPearl control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgPearl; + + /// + /// imgPlatinum control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgPlatinum; + + /// + /// imgHeartGold control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgHeartGold; + + /// + /// imgSoulSilver control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgSoulSilver; + + /// + /// imgBlack control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgBlack; + + /// + /// imgWhite control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgWhite; + + /// + /// imgBlack2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgBlack2; + + /// + /// imgWhite2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Image imgWhite2; + } +} diff --git a/web/web.csproj b/web/web.csproj index 8d894e52..92656623 100644 --- a/web/web.csproj +++ b/web/web.csproj @@ -83,13 +83,14 @@ + - + @@ -3675,6 +3676,13 @@ Default.aspx + + DnsAddress.ascx + ASPXCodeBehind + + + DnsAddress.ascx + ForeignLookup.ascx ASPXCodeBehind @@ -3724,6 +3732,13 @@ Pokemon.aspx + + Instructions.aspx + ASPXCodeBehind + + + Instructions.aspx + LeftColumn.master ASPXCodeBehind