1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5<meta http-equiv="Content-Style-Type" content="text/css">
6<title>Friend List</title>
7<style type="text/css">
8<!--
9body {
10/*
11    font-size       : 10pt;
12*/
13    font-weight     : normal;
14    color           : #000000;
15    margin          : 8px;
16}
17
18div {
19    width           : 98%;
20    white-space     : nowrap;
21}
22
23div.title {
24    text-align      : left;
25    font-weight     : bold;
26/*
27    font-size       : 16pt;
28*/
29    font-size       : 150%;
30    color           : #202020;
31    border-style    : double;
32    border-width    : 8px;
33    /* タイトルを囲む枠線の色を指定 */
34    border-color    : #FF6600;
35
36    margin          : 4px;
37    padding         : 4px;
38}
39
40h1 {
41    font-weight     : bold;
42/*
43    font-size       : 16pt;
44*/
45    font-size       : 150%;
46    border-style    : none none solid double;
47    border-width    : 0px 0px 2px 8px;
48    /* 見出しの線の色を指定 */
49    border-color    : #FF6600;
50
51    margin-left     : 2px;
52    padding-left    : 4px;
53}
54
55p {
56    margin-left     : 4px;
57}
58
59-->
60</style>
61
62</head>
63<body>
64<a name="top"></a>
65
66<div class="title">
67Friend List
68</div>
69
70
71<h1>1. Introduction</h1>
72<p>Use this applet to register friends and to view a list of friends.<br>When two CTR systems are online and have registered each other as friends, information such as the following is shown here. <br> <br>● Online status<br>● Which game is currently being played and information about it<br>● The status message
73
74</p>
75
76
77<h1>2. Supplement About This Version</h1>
78<ul>
79	<li>None.
80</ul>
81
82<h1>3. Known Bugs</h1>
83<ul>
84	<li>None.
85</ul>
86
87<h1>4. Application Icons Shown in Friend List</h1>
88<ul>
89<li>If the icon of the application that the friend is playing (such as the image or title string, depending on the region) is not saved to the system, it is obtained from the icon database server when the friend's card is viewed on the friend list after the friend notification is received.<br> <br>
90<li>Application icons are saved to the system in the two following ways:
91<ol>
92<li>The application is running on that system (the icon is obtained from the application).
93<li>After receiving a &quot;Favorite Title&quot; notification from a friend, the card of that friend is viewed on the friend list (the icon is obtained from the server).
94</ol>
95<br>
96<li>If the system's region is changed and a different region's application is started without first initializing the system (<B>Format System Memory</B>), both regions' icons will be saved to the system.<br> <br>
97<li>Application icons are registered to the server when the applications pass Lotcheck.<br> <br>
98<li>If an icon is displayed in all regions, it is registered after passing Lotcheck for all regions.
99</ul>
100
101<div align="right"><A href="javascript:history.go(-1)">Back</A></div>
102
103<hr><p>CONFIDENTIAL</p></body>
104</html>