<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://alttp.run/hacking/index.php?action=history&amp;feed=atom&amp;title=RAM%3A_Bank_0x7E%3A_Page_0x07</id>
		<title>RAM: Bank 0x7E: Page 0x07 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://alttp.run/hacking/index.php?action=history&amp;feed=atom&amp;title=RAM%3A_Bank_0x7E%3A_Page_0x07"/>
		<link rel="alternate" type="text/html" href="http://alttp.run/hacking/index.php?title=RAM:_Bank_0x7E:_Page_0x07&amp;action=history"/>
		<updated>2026-04-15T20:30:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://alttp.run/hacking/index.php?title=RAM:_Bank_0x7E:_Page_0x07&amp;diff=614&amp;oldid=prev</id>
		<title>Superskuj: Superskuj moved page Rom/Page 0x07 to RAM: Bank 0x7E: Page 0x07</title>
		<link rel="alternate" type="text/html" href="http://alttp.run/hacking/index.php?title=RAM:_Bank_0x7E:_Page_0x07&amp;diff=614&amp;oldid=prev"/>
				<updated>2016-12-20T22:28:25Z</updated>
		
		<summary type="html">&lt;p&gt;Superskuj moved page &lt;a href=&quot;/hacking/index.php?title=Rom/Page_0x07&quot; class=&quot;mw-redirect&quot; title=&quot;Rom/Page 0x07&quot;&gt;Rom/Page 0x07&lt;/a&gt; to &lt;a href=&quot;/hacking/index.php?title=RAM:_Bank_0x7E:_Page_0x07&quot; title=&quot;RAM: Bank 0x7E: Page 0x07&quot;&gt;RAM: Bank 0x7E: Page 0x07&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:28, 20 December 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Superskuj</name></author>	</entry>

	<entry>
		<id>http://alttp.run/hacking/index.php?title=RAM:_Bank_0x7E:_Page_0x07&amp;diff=581&amp;oldid=prev</id>
		<title>Tatters: Created page with &quot;* {{$|0700}}[{{0x|02}}] = Generally is equal to the area number you are in currently in times two. Only bottom byte is used, and consists of the following pattern: yyyzxxx0 y...&quot;</title>
		<link rel="alternate" type="text/html" href="http://alttp.run/hacking/index.php?title=RAM:_Bank_0x7E:_Page_0x07&amp;diff=581&amp;oldid=prev"/>
				<updated>2016-12-20T07:17:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;* {{$|0700}}[{{0x|02}}] = Generally is equal to the area number you are in currently in times two. Only bottom byte is used, and consists of the following pattern: yyyzxxx0 y...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* {{$|0700}}[{{0x|02}}] = Generally is equal to the area number you are in currently in times two.&lt;br /&gt;
Only bottom byte is used, and consists of the following pattern:&lt;br /&gt;
yyyzxxx0&lt;br /&gt;
y - obtained by masking Link's Y coordinate ($20) with 0x1E00, shifting left three times&lt;br /&gt;
x - obtained by masking Link's X coordinate ($22) with 0x1E00, and bitwise ORing it with the the y bits.&lt;br /&gt;
z - this is the overlap of the x and y bits described above.&lt;br /&gt;
* {{$|0702}}[{{0x|06}}] = free ram&lt;br /&gt;
* {{$|0708}}[{{0x|02] -&lt;br /&gt;
* {{$|070A}}[{{0x|02] -&lt;br /&gt;
* {{$|070C}}[{{0x|02] -&lt;br /&gt;
* {{$|070E}}[{{0x|02] -&lt;br /&gt;
???? I'm too lazy to document these 4 values, but essentially they're masks that determine&lt;br /&gt;
???? the size of each overworld &amp;quot;block&amp;quot;&lt;br /&gt;
????&lt;br /&gt;
????&lt;br /&gt;
* {{$|0710}}[{{0x|01}}] = Global flag for graphics routines. Detailed usage undocumented as of yet.&lt;br /&gt;
* {{$|0712}}[{{0x|02}}] = If nonzero, seems to indicate that it's a smaller overworld map&lt;br /&gt;
* {{$|0714}}[{{0x|02}}] = Cache of previous dimension setting (from $0712)&lt;br /&gt;
* {{$|0716}}[{{0x|01}}] = Forms right and bottom bounding value for where scroll activates for player?&lt;br /&gt;
* {{$|0718}}[{{0x|08}}] = Free ram&lt;br /&gt;
* {{$|0720}}[{{0x|02}}] = Flag that if raised means to move to the next line. When text scrolls, this flag also raises but text&lt;br /&gt;
remains on the 3rd line unless some command forces it to another line.&lt;br /&gt;
(e.g. }}[{{0x|01], [2] in the monologue editor.)&lt;br /&gt;
* {{$|0722}}[{{0x|02}}] = Used to indicate which line the VWF is generating text on. (values = 0, 2, or 4)&lt;br /&gt;
* {{$|0724}}[{{0x|02}}] = Used to step through $7EC230}}[{{0x|C0?] in VWF text generation (start values are 0, 0x40, or 0x80)&lt;br /&gt;
* {{$|0726}}[{{0x|02}}] = Base position in $7F0000}}[{{0x|7E0]. Only has 3 possible values (0, 0x02A0, and 0x0540).&lt;br /&gt;
These correspond to the current line the game is generating text on. It is held constant while&lt;br /&gt;
an individual line is rendering.&lt;br /&gt;
* {{$|0728}}[{{0x|D8}}] = Free ram&lt;/div&gt;</summary>
		<author><name>Tatters</name></author>	</entry>

	</feed>