<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sneslab.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kaizoman</id>
	<title>SnesLab - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://sneslab.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kaizoman"/>
	<link rel="alternate" type="text/html" href="https://sneslab.net/wiki/Special:Contributions/Kaizoman"/>
	<updated>2026-09-27T21:56:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://sneslab.net/mw/index.php?title=SMW_Resource_Memory_Map&amp;diff=1169</id>
		<title>SMW Resource Memory Map</title>
		<link rel="alternate" type="text/html" href="https://sneslab.net/mw/index.php?title=SMW_Resource_Memory_Map&amp;diff=1169"/>
		<updated>2020-05-09T09:33:59Z</updated>

		<summary type="html">&lt;p&gt;Kaizoman: Added a bunch of info on LM&amp;#039;s routines.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Organization comes later. Feel free to add major patches here as well.&amp;lt;br&amp;gt;&lt;br /&gt;
Also feel free to suggest a good way to represent SA-1 addresses (if applicable).&lt;br /&gt;
&lt;br /&gt;
== Lunar Magic ==&lt;br /&gt;
Note about SA-1:&lt;br /&gt;
&lt;br /&gt;
For addresses between $7E:0000-$7E:00FF, the SA-1 equivalent is $3000-$30FF (code bank). For addresses between $7E:0200-$7E:1FFF, the SA-1 equivalent is $6200-$7FFF (code bank) or $40:0200-$40:1FFF (absolute).&lt;br /&gt;
&lt;br /&gt;
Any other address used by Lunar Magic does not have any SA-1 equivalent and must be manipulated by the SNES CPU. &lt;br /&gt;
&lt;br /&gt;
=== RAM ===&lt;br /&gt;
Most of these addresses were acquired from Lunar Magic&#039;s help file and files floating around the internet.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Address !! Size !! LM Version !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $7E:0BF5 || 1 byte || 3.00 || ExLevel (Dynamic Levels) flags.&lt;br /&gt;
Format: %toPsssss&lt;br /&gt;
* o: Overscan level mode. If set, the camera will try scrolling to the maximum vertical level edge (15 extra pixels).&lt;br /&gt;
* t: Two layers flag. If set, it means the level has two interactive layers (layer 1+2 or layer 1+3).&lt;br /&gt;
* P: New sprite spawn flag. It&#039;s a copy of the 5th bit from the sprite header and it&#039;s used for checking if the sprites uses the new data structure or not.&lt;br /&gt;
* sssss: Vertical level mode. It gets indexed by a table to get the screen height. See [[Lunar_Magic/Custom_Level_Sizes]] for more information.&lt;br /&gt;
|-&lt;br /&gt;
| $7E:0BF6 || 256 bytes || 3.00 || ExLevel RAM (to be filled later).&lt;br /&gt;
|-&lt;br /&gt;
| $7E:13D7 || 2 bytes || 3.00 || Screen vertical size.&lt;br /&gt;
|-&lt;br /&gt;
| $7E:1936 || 2 bytes || 3.00 || Screen vertical size - #$0010. Used only for adjusting smkdan&#039;s VRAM patch.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C004 || 1 byte || Unknown || Legacy ExAnimations frame counter. Used to be the frame counter for every ExAnimation slot, now it&#039;s only accurate for slots 0, 8, 10 and 18.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C060 || 16 bytes || 1.80 || Conditional Direct Map16 flags.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C070 || 16 bytes || 1.70 || Manual ExAnimation triggers.&amp;lt;br&amp;gt;&lt;br /&gt;
Each byte corresponds to one manual ExAnimation slot. This block of RAM addresses isn&#039;t initialized unless you use the Trigger Init button in the ExAnimation dialog.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C080 || 32 bytes || Unknown || Level ExAnimations frame counter. Each byte corresponds to one slot.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C0A0 || 32 bytes || Unknown || Global ExAnimations frame counter. Each byte corresponds to one slot.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C0F8 || 4 bytes || 1.70 || One Shot Exanimation triggers.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C0FC || 2 bytes || 1.70 || Custom ExAnimation triggers.&amp;lt;br&amp;gt;&lt;br /&gt;
Each bit corresponds to each custom ExAnimation slot. If a bit is on it means the trigger is enabled. This block of RAM addresses isn&#039;t initialized unless you use the Trigger Init button in the ExAnimation dialog.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:8183 || 422 bytes || 1.70 || Used for VRAM modification. See below for details.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:8183 || 2 bytes || 1.70 || Holds the Layer 1 VRAM tilemap address, similar to $7E:1BE4. Used for VRAM modification.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:8185 || 2 bytes || 1.70 || Holds the Layer 2 VRAM tilemap address, similar to $7E:1BE4. Used for VRAM modification.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:8187 || 2 bytes || 1.70 || Holds the Layer 1 VRAM address for column upload. Used for VRAM modification.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:8189 || 2 bytes || 1.70 || Holds the Layer 2 VRAM address for column upload. Used for VRAM modification.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:818B || 128 bytes || 1.70 || Holds the Layer 1 column buffer. Used for VRAM modification.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:820B || 128 bytes || 1.70 || Holds the Layer 2 column buffer. Used for VRAM modification.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:BC00 || 1024&amp;amp;nbsp;bytes || 1.70 || Map16 low-byte buffer. Used for VRAM modification.&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C00B || 2 bytes? || Unknown || Unknown purpose. Used in $0E:FD00 to perform a bit 2 check.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7F:C300 || 1024 bytes || 1.70 || Map16 high-byte buffer. Used for VRAM modification.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ROM/Routines ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SNES Address !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $03BCE0 || Routine to implement the bytes 4/5/6/7 of the secondary entrance data.&lt;br /&gt;
|-&lt;br /&gt;
| $05DC80 || Getter routines for the latter three secondary exit bytes. Specifically, $05DC80 for byte 3, $05DC85 for byte 4, and $05DC8A for byte 5. Bytes 0-2 are at $0DE190.&lt;br /&gt;
|-&lt;br /&gt;
| $05DCD0 || Routine used to handle the high bit of level numbers.&lt;br /&gt;
|-&lt;br /&gt;
| $05DD00 || Routine to transfer the water/slippery flags from $192A to $85/$86 on level load. After execution, the two flags are cleared from $192A.&lt;br /&gt;
|-&lt;br /&gt;
| $05DD30 || Routine to implement bytes 5/6/7 of the secondary level header.&lt;br /&gt;
|-&lt;br /&gt;
| $05DD80 || Routine used for setting up the initial overworld level flags.&lt;br /&gt;
|-&lt;br /&gt;
| $05DDA0 || Table of initial overworld flags for each level ($1EA2). If LM&#039;s overworld expansion hijack is applied, it is instead moved to $03BE80, while this block is left unused.&lt;br /&gt;
|-&lt;br /&gt;
| $05DE00 || Table used for byte 4 of the secondary level header.&lt;br /&gt;
|-&lt;br /&gt;
| $06F540 || Routine to get the VRAM data for a particular Map16 tile; also used for the overworld&#039;s Layer 1 tiles. The tile number should be passed in A, left-shifted 3 times.&amp;lt;br/&amp;gt;&lt;br /&gt;
Alternative entry points also exist at $06F5D0 (for the tile generation routine at $00BEB0) and at $06F5E4 (for the overworld Layer 1 tiles).&lt;br /&gt;
|-&lt;br /&gt;
| $06F600 || Routine to get a Map16 tile&#039;s &amp;quot;acts-like&amp;quot; setting. The actual entry point is at $06F608, but note that it is an RTS-ended routine.&lt;br /&gt;
|-&lt;br /&gt;
| $06F660 || A series of routines used to call various handlers for custom Map16 blocks. Specifically:&amp;lt;br/&amp;gt;&lt;br /&gt;
$06F660 - MarioBelow, MarioAbove, MarioSide, TopCorner, BodyInside, HeadInside&amp;lt;br/&amp;gt;&lt;br /&gt;
$06F700 - SpriteV, SpriteH&amp;lt;br/&amp;gt;&lt;br /&gt;
$06F760 - MarioCape&amp;lt;br/&amp;gt;&lt;br /&gt;
$06F7A0 - MarioFireball&amp;lt;br/&amp;gt;&lt;br /&gt;
(handlers for WallFeet and WallBody are implemented by GPS, at $06F7D0 and $06F7E0 respectively)&lt;br /&gt;
|-&lt;br /&gt;
| $06FC00 || Table used for byte 5 of the secondary level header.&lt;br /&gt;
|-&lt;br /&gt;
| $06FE00 || Table used for byte 6 of the secondary level header.&lt;br /&gt;
|-&lt;br /&gt;
| $0DE190 || Getter routines for the first three secondary exit bytes. Specifically, $0DE190 for byte 0, $0DE196 for byte 1, and $0DE19D for byte 2. Bytes 3-5 are at $05DC80.&lt;br /&gt;
|-&lt;br /&gt;
| $0DE1B0 || Implementation of extended object 02, the 5-byte screen exit.&lt;br /&gt;
|-&lt;br /&gt;
| $0DE1D0 || Implementation of extended object 01, the screen jump.&lt;br /&gt;
|-&lt;br /&gt;
| $0DE1E0 || Implementation of extended object 03, the vertical screen jump.&lt;br /&gt;
|-&lt;br /&gt;
| $0EF100 || Bank bytes for each of the level sprite data pointers.&lt;br /&gt;
|-&lt;br /&gt;
| $0EF300 || Routine to implement the bank bytes (from $0EF100) for the sprite data pointers.&lt;br /&gt;
|-&lt;br /&gt;
| $0EF55D || Holds a 24-bit pointer to custom overworld sprite data. $FFFFFF if none present.&lt;br /&gt;
|-&lt;br /&gt;
| $0EF570 || Routine to upload a custom palette from the table at $0EF600. Note: calls $05BE8A upon return.&lt;br /&gt;
|-&lt;br /&gt;
| $0EF600 || Table of 24-bit pointers to the custom palettes for each level. If a palette is FFFFFF, the ROM contains no custom palettes at all. If 000000, that particular level just does not have a custom palette.&lt;br /&gt;
|-&lt;br /&gt;
| $0EFD00 || Routine to get a 24-bit pointer to the background Map16 page set. The actual pointers are in a table at $0EFD50, with 0x10 pages per pointer.&lt;br /&gt;
|-&lt;br /&gt;
| $0FF0A0 || Lunar Magic version string.&lt;br /&gt;
|-&lt;br /&gt;
| $0FF600 || Table of 24-bit pointers to ExGFX 80-FF. A value of 000000 means not inserted. ExGFX 100-FFF can be found in a table at read3($0FF937).&lt;br /&gt;
|-&lt;br /&gt;
| $0FF900 || GFX decompression routine.&amp;lt;br&amp;gt;&lt;br /&gt;
It can&#039;t decompress GFX files 32 or 33.&amp;lt;br&amp;gt;&lt;br /&gt;
On entry:&amp;lt;br&amp;gt;&lt;br /&gt;
* A should contain the 16-bit GFX/ExGFX file number you want to decompress.&amp;lt;br&amp;gt;&lt;br /&gt;
* $00-$02 should contain the 24-bit address of where to decompress the data to.&amp;lt;br&amp;gt;&lt;br /&gt;
On exit:&amp;lt;br&amp;gt;&lt;br /&gt;
* Processor bits are preserved.&amp;lt;br&amp;gt;&lt;br /&gt;
* Contents of X are preserved.&amp;lt;br&amp;gt;&lt;br /&gt;
* Contents of Y are preserved.&amp;lt;br&amp;gt;&lt;br /&gt;
* A is not preserved.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== AddMusicK ==&lt;br /&gt;
=== RAM ===&lt;br /&gt;
Note: AddMusicK&#039;s RAM addresses ($7FB000-$7FB00A) are reset during the SPC Program upload.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Address !! Size !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $7E1DFA || 0x1 || Command list.&amp;lt;br&amp;gt;&lt;br /&gt;
*$01 - Jump SFX. Sounds glitched due to it overwritting part of arpeggio&#039;s RAM with unexpected data. See L_0A14 for more details.&amp;lt;br&amp;gt;&lt;br /&gt;
*$02 - Turns on Yoshi Drums.&amp;lt;br&amp;gt;&lt;br /&gt;
*$03 - Turns off Yoshi Drums.&amp;lt;br&amp;gt;&lt;br /&gt;
*$04 - Grinder SFX. Potentially glitched.&amp;lt;br&amp;gt;&lt;br /&gt;
*$05 - Disables echo effect on SFXs.&amp;lt;br&amp;gt;&lt;br /&gt;
*$06 - Enables echo effect on SFXs.&amp;lt;br&amp;gt;&lt;br /&gt;
*$07 - Pauses music.&amp;lt;br&amp;gt;&lt;br /&gt;
*$08 - Unpauses music.&amp;lt;br&amp;gt;&lt;br /&gt;
*$09-$FE - Unused&amp;lt;br&amp;gt;&lt;br /&gt;
*$FF - Jumps to L_099C. It &#039;&#039;seems&#039;&#039; to prepare the SPC700 to receive data. Disables echo, sets delay to 0, turns off channels, resets the song number (SPC Output 2 = 0). Needs testing.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7FB000 || 0x1 || Current song playing.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7FB001 || 0x1 || Flag used to disable sample upload when switching to a new song.&amp;lt;br&amp;gt;&lt;br /&gt;
Reset when a song finishes being uploaded to ARAM.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7FB002 || 0x2 || Unused. Meant to be:&amp;lt;br&amp;gt;&lt;br /&gt;
ARAM/DSP Address.&lt;br /&gt;
* To write to ARAM: Set $7FB002 to the address, and $7FB004 to the value to write.  Note that the address cannot be $FFxx.&lt;br /&gt;
* To write to the S-DSP: Set $7FB002 to the address, $7FB003 to #$FF, and $7FB004 to the value to write.&lt;br /&gt;
|-&lt;br /&gt;
| $7FB004 || 0x4 || SPC Output.&amp;lt;br&amp;gt;&lt;br /&gt;
* $F4 $05 will reset $7FB004 and $7FB005.&amp;lt;br&amp;gt;&lt;br /&gt;
* $F9 $XX $YY will send $XX and $YY to $7FB004 and $7FB005 respectively. (Needs verification)&amp;lt;br&amp;gt;&lt;br /&gt;
* $7FB006 and $7FB007 are unused and most likely have garbage sent by the program.&lt;br /&gt;
|-&lt;br /&gt;
| $7FB008 || 0x1 || Unused. Meant to have the same purpose as $7E0DDA.&lt;br /&gt;
|-&lt;br /&gt;
| $7FB009 || 0x1 || Sample count in the current song.&lt;br /&gt;
|-&lt;br /&gt;
| $7FB00A || 0x400 || ARAM SRCN table.&lt;br /&gt;
Used as a buffer for the sample pointer/loop table.  Could be up to 1024 bytes long, but this is unlikely (4 bytes per sample; do the math).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ROM/Routines ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SNES Address !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $008079 || UploadSPCData.&amp;lt;br&amp;gt;&lt;br /&gt;
This is an ever-so-slightly modified version of SMW&#039;s SPC upload routine. You can jump here at any time to upload data to the SPC.&amp;lt;br&amp;gt;&lt;br /&gt;
Input:&amp;lt;br&amp;gt;&lt;br /&gt;
* $00-$02 - Address of the block to upload to ARAM&amp;lt;br&amp;gt;&lt;br /&gt;
* $03-$04 - Position in ARAM to jump to upon completion&amp;lt;br&amp;gt;&lt;br /&gt;
* $05-$06 - Clobbered.  Unused on entry; will be the size of the transferred data when finished.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $008135 || UploadSPCDataDynamic. This address needs to be checked.&lt;br /&gt;
This is an alternate version of the upload routine. Call this if it is impossible to determine ahead of time where data will go. This routine is used to upload samples by default, but it can upload anything.&amp;lt;br&amp;gt;&lt;br /&gt;
Input:&amp;lt;br&amp;gt;&lt;br /&gt;
* $00-$02 - Address of the block to upload to ARAM&amp;lt;br&amp;gt;&lt;br /&gt;
* $03-$04 - Position in ARAM to jump to upon completion&amp;lt;br&amp;gt;&lt;br /&gt;
* $05-$06 - Size of the data to upload (this address is NOT clobbered).&amp;lt;br&amp;gt;&lt;br /&gt;
* $07-$08 - Address in ARAM to upload to (recommended to increment it by ($05) when you finish to upload consecutive data)&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== PIXI ==&lt;br /&gt;
=== RAM ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Address !! Size !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $000000 || 0x0 || To be edited later.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ROM/Routines ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SNES Address !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $000000 || To be edited later.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== GPS ==&lt;br /&gt;
=== RAM ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Address !! Size !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $000000 || 0x0 || To be edited later.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ROM/Routines ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SNES Address !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $000000 || To be edited later.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Custom Powerups ==&lt;br /&gt;
=== RAM ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Address !! Size !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $7E2000 || 0x800 || RAM with different purposes. Only uses 0x1D4 bytes at the moment.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7E2800 || 0x2000 || Reserved as a decompression buffer for the 5th tile GFX.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7E4800 || 0x2000 || Reserved as a decompression buffer for dynamic items GFX.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7E6800 || 0x800 || Reserved as a copy of the first 2KiB of the latest decompresed GFX file.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $7E7000 || 0xCFF || Free to use.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| $000000 || 0x0 || To be edited later.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ROM/Routines ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! SNES Address !! Description&lt;br /&gt;
|-&lt;br /&gt;
| $000000 || To be edited later.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
== Dynamic Z ==&lt;br /&gt;
https://sneslab.net/wiki/Dynamic_Z#RAM_Addresses&lt;/div&gt;</summary>
		<author><name>Kaizoman</name></author>
	</entry>
	<entry>
		<id>https://sneslab.net/mw/index.php?title=User:Kaizoman&amp;diff=66</id>
		<title>User:Kaizoman</title>
		<link rel="alternate" type="text/html" href="https://sneslab.net/mw/index.php?title=User:Kaizoman&amp;diff=66"/>
		<updated>2019-05-08T03:21:17Z</updated>

		<summary type="html">&lt;p&gt;Kaizoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semi-retired TASer and SNES developer, mainly focused on Super Mario World and Kirby Super Star. Also currently an ASM moderator on SMW Central. Notable work includes:&lt;br /&gt;
* Documentation on the [https://github.com/kaizoman666/SMW-Data/tree/master/Disassembly sprite banks of SMW], as well as [https://smwc.me/1444757 every sprite&#039;s RAM usage].&lt;br /&gt;
* Maintainance of a [https://github.com/kaizoman666/SMW-Data/blob/master/Glitch%20List.md complete list of glitches in Super Mario World].&lt;br /&gt;
* Documentation of Lunar Magic&#039;s [https://github.com/kaizoman666/SMW-Data/blob/master/Misc/MWL%20File%20Format.md MWL data format].&lt;br /&gt;
* Documentation on the data format of everything used by both SMW&#039;s [https://smwspeedruns.com/Level_Data_Format levels] and [https://smwspeedruns.com/Overworld_Data_Format overworld].&lt;br /&gt;
* Wrote a [https://jsfiddle.net/ankougo/8yhLjzfo/show basic level editor for Cameltry/On The Ball].&lt;br /&gt;
* Currently working on a [https://github.com/kaizoman666/KSS-disassembly complete Kirby Super Star disassembly], along with a [https://www.p4plus2.com/kss/ram.php ROM/RAM map].&lt;/div&gt;</summary>
		<author><name>Kaizoman</name></author>
	</entry>
	<entry>
		<id>https://sneslab.net/mw/index.php?title=User:Kaizoman&amp;diff=45</id>
		<title>User:Kaizoman</title>
		<link rel="alternate" type="text/html" href="https://sneslab.net/mw/index.php?title=User:Kaizoman&amp;diff=45"/>
		<updated>2019-05-04T03:40:35Z</updated>

		<summary type="html">&lt;p&gt;Kaizoman: Created page with &amp;quot;Semi-retired TASer and SNES developer, mainly focused on Super Mario World and Kirby Super Star. Also currently an ASM moderator on SMW Central. Notable work includes: * Docum...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Semi-retired TASer and SNES developer, mainly focused on Super Mario World and Kirby Super Star. Also currently an ASM moderator on SMW Central. Notable work includes:&lt;br /&gt;
* Documentation on the [https://github.com/kaizoman666/SMW-Data/tree/master/Disassembly sprite banks of SMW], as well as [https://smwc.me/1444757 every sprite&#039;s RAM usage].&lt;br /&gt;
* Maintainance of a [https://github.com/kaizoman666/SMW-Data/blob/master/Glitch%20List.md complete list of glitches in Super Mario World].&lt;br /&gt;
* Documentation of Lunar Magic&#039;s [https://github.com/kaizoman666/SMW-Data/blob/master/Misc/MWL%20File%20Format.md MWL data format].&lt;br /&gt;
* Documentation on the data format of everything used by both SMW&#039;s [https://smwspeedruns.com/Level_Data_Format levels] and [https://smwspeedruns.com/Overworld_Data_Format overworld].&lt;br /&gt;
* Wrote a [https://jsfiddle.net/4exvfnxo/3/show basic level editor for Cameltry/On The Ball].&lt;br /&gt;
* Currently working on a [https://github.com/kaizoman666/KSS-disassembly complete Kirby Super Star disassembly], along with a [https://www.p4plus2.com/kss/ram.php ROM/RAM map].&lt;/div&gt;</summary>
		<author><name>Kaizoman</name></author>
	</entry>
</feed>