<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/remodelingcode_note/">
    <title>改造コードのメモ帳(個人用)</title>
    <link>http://w.atwiki.jp/remodelingcode_note/</link>
    <atom:link href="https://w.atwiki.jp/remodelingcode_note/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>改造コードのメモ帳(個人用)</description>

    <dc:language>ja</dc:language>
    <dc:date>2015-04-08T15:10:35+09:00</dc:date>
    <utime>1428473435</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/remodelingcode_note/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/remodelingcode_note/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/remodelingcode_note/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/remodelingcode_note/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/remodelingcode_note/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/remodelingcode_note/pages/1.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/remodelingcode_note/pages/6.html">
    <title>3DS関連</title>
    <link>https://w.atwiki.jp/remodelingcode_note/pages/6.html</link>
    <description>
          </description>
    <dc:date>2015-04-08T15:10:35+09:00</dc:date>
    <utime>1428473435</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/remodelingcode_note/pages/5.html">
    <title>PSP関連</title>
    <link>https://w.atwiki.jp/remodelingcode_note/pages/5.html</link>
    <description>
      |[[Rボタンでスキップ&gt;http://www2.atwiki.jp/remodelingcode_note/pages/4.html]]|
||
||    </description>
    <dc:date>2015-04-03T11:45:51+09:00</dc:date>
    <utime>1428029151</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/remodelingcode_note/pages/4.html">
    <title>PSP Rボタン押した時だけスキップ</title>
    <link>https://w.atwiki.jp/remodelingcode_note/pages/4.html</link>
    <description>
      *Rボタン押した時だけスキップ
未読までスキップしか無いギャルゲーもあるので誰でも作れる様にワークコードで作りました
----
**大元のコード
----
***cwc系
_L 0xDaaaaaaa 0x2000000x 判定コード(スキップ)
_L 0x0aaaaaaa 0x0000000y スキップoff
_L 0xD0000001 0x10000200 パッドコード(Rボタン)
_L 0x0aaaaaaa 0x0000000x スキップon
_L 0x0ccccccc 0x0000000z 全文or既読

***par系
0x9aaaaaaa 0xFF00000x 判定コード(スキップ)
0x2aaaaaaa 0x0000000y スキップoff
0xD2000000 0x00000000
0x9bbbbbbb 0x00000200 パッドコード(Rボタン)
0x2aaaaaaa 0x0000000x スキップon
0x2ccccccc 0x0000000z 全文or既読
0xD2000000 0x00000000

aaaaaaa=スキップのアドレス
bbbbbbb=パッドコード
ccccccc=全文or既読のアドレス

x=スキップon時の値(大体が0か1)
y=スキップoff時の値(大体が0か1)
z=全文時の値(既読だけで良いなら既読時の値)(大体が0か1)
----
***cwc系での作成例

_S NPJH-50836
_G 俺の彼女のウラオモテ
_C0 Rボタン押すとスキップ
_L 0xD020C06C 0x20000001
_L 0x0020C06C 0x00000000
_L 0xD0000001 0x10000200
_L 0x0020C06C 0x00000001
_L 0x001AC3BC 0x00000001

_S NPJH-50831
_G your diary+
_C0 R押すとスキップ 放すと解除
_L 0xD0EB37F2 0x20000001
_L 0x00EB37F2 0x00000000
_L 0xD0000001 0x10000200
_L 0x00EB37F2 0x00000001
_L 0x01142447 0x0000    </description>
    <dc:date>2015-04-03T11:35:13+09:00</dc:date>
    <utime>1428028513</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/remodelingcode_note/pages/3.html">
    <title>右メニュー</title>
    <link>https://w.atwiki.jp/remodelingcode_note/pages/3.html</link>
    <description>
      **カウンター
|今日|&amp;counter(today)人|
|昨日|&amp;counter(yesterday)人|
|&amp;bold(){合計}|&amp;bold(){&amp;counter()人}|

現在&amp;online()人が閲覧中。

**更新履歴
#recent(30)    </description>
    <dc:date>2015-04-03T11:16:29+09:00</dc:date>
    <utime>1428027389</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/remodelingcode_note/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/remodelingcode_note/pages/2.html</link>
    <description>
      
&lt;h3 id=&quot;id_b7a6c500&quot;&gt;メニュー&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www2.atwiki.jp/remodelingcode_note/pages/1.html&quot; title=&quot;トップページ (22d)&quot;&gt;&lt;font color=&quot;#5F441A&quot;&gt;トップページ&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www2.atwiki.jp/remodelingcode_note/pages/2.html&quot; title=&quot;メニュー (202d)&quot;&gt;&lt;font color=&quot;#5F441A&quot;&gt;メニュー&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www2.atwiki.jp/remodelingcode_note/?page=%E5%8F%B3%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC&quot;&gt;
&lt;font color=&quot;#5F441A&quot;&gt;右メニュー&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www2.atwiki.jp/remodelingcode_note/pages/5.html&quot;&gt;PSP関連&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www2.atwiki.jp/remodelingcode_note/pages/6.html&quot;&gt;3DS関連&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3 id=&quot;id_453df200&quot;&gt;リンク&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://atwiki.jp/&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#5F441A&quot;&gt;@wiki&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://atwiki.jp/guide/&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#5F441A&quot;&gt;@wikiご利用ガイド&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www1.atwiki.jp/wpmode_guide&quot; target=&quot;_blank&quot;&gt;wikiの編集方法についてはこちら&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a    </description>
    <dc:date>2015-04-08T15:19:32+09:00</dc:date>
    <utime>1428473972</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/remodelingcode_note/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/remodelingcode_note/pages/1.html</link>
    <description>
      
&lt;p&gt;改造コード関連(機種問わず)のメモ帳&lt;/p&gt;
    </description>
    <dc:date>2015-04-03T11:20:41+09:00</dc:date>
    <utime>1428027641</utime>
  </item>
  </rdf:RDF>
