This repository was archived by the owner on Sep 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp2_emerald.php
51 lines (51 loc) · 2.05 KB
/
p2_emerald.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
$loc = parse_url($_SERVER[REQUEST_URI]);
parse_str($loc['query']);
if(!isset($menu)) {$menu=1;}
?>
<HTML>
<HEAD>
<TITLE>jps4 beta : more than just pokémon : pokémon : games : emerald</TITLE>
<LINK rel=stylesheet type=text/css href=site/style.css>
<?php include("site/meta.txt"); ?>
</HEAD>
<BODY>
<CENTER>
<TABLE width=750 border=0 cellpadding=0>
<TR>
<TD width=625 colspan=2 rowspan=2 class=light>
<?php include("site/head.txt"); ?>
</TD>
<TD width=125 align=center class=light>
Latest News
</TD>
</TR>
<TR>
<TD width=125>
<?php include("site/ticker.txt"); ?>
</TD>
</TR>
<TR>
<TD width=125 rowspan=2 class=light>
<?php include("site/left.txt"); ?>
</TD>
<TD width=500>
<DIV class=head>
Pokémon Emerald
</DIV><BR>
<IMG src="p2/emerald/screenshots/title.gif" align=left alt="Pokémon Emerald title screen">
Pokémon Emerald was released in Japan in 2004 as the successor to Pokémon Ruby & Sapphire, featuring the same main character in the same region, with some storyline and gameplay changes, a la Pokémon Crystal and its relationship to the Gold & Silver series. In Pokémon Emerald, the featured Pokémon is Rayquaza, but both Kyogre and Groudon, as well as Teams Magma and Aqua, appear and are part of the storyline. A number of new locations in the Hoenn region are accessible as well, such as a Theme Park that introduces seven new battle types. Other trainers in the game can now make comments on your battles as they are in progress. Design-wise, many of the characters and Pokémon have been redrawn (as they were for Yellow and Crystal after Red/Blue and Gold/Silver, respectively), and the Pokémon animations introduced in Crystal have been brought back. The game is bundled and compatible with the FireRed/LeafGreen wireless adapter. A United States release is projected for Spring 2005.
</TD>
<TD width=125 class=light>
<?php include("site/right.txt"); ?>
</TD>
</TR>
<TR>
<TD width=625 height=13 align=right colspan=2>
<?php include("site/footer.txt"); ?>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>