User Tools

Site Tools


zero_mission:locations:generic_bg_graphics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
zero_mission:locations:generic_bg_graphics [2022/05/26 04:04] felixwrightzero_mission:locations:generic_bg_graphics [2022/06/26 23:32] felixwright
Line 14: Line 14:
  
 [1]: to edit:\\  [1]: to edit:\\ 
-1) open ROM in nocash and set a breakpoint for [0x2007000]?during a transition.\\ +1) open ROM in nocash and load a save file. set a breakpoint for ''[0x2007000]?!'' . Go through a hatch to start room transition.\\ 
-2) dump (0x1000 bytes) using no$ -> window -> "binary dump to .bin file"\\ +2) resume the game until it breaks right before the DMA at 0x8003248. This should happen the third time it breaks.\\ 
-3) export generic BG GFX as raw (do not use a file extension)\\ +3) go to 0x2007000 in the data window and dump 4096 (0x1000 bytes) using ''no$ -> utility -> "binary dump to .bin file"''\\ 
-4) pad the exported generic BG with 2048 bytes of 00\\ +4) export generic BG GFX as raw (use the default .gfx filetype)\\ 
-5) MAGE -> tools -> compression -> lz77 compress file... exported generic BG and dumped tilemap\\ +5) pad the beginning of exported generic BG with 2048 (0x800) bytes of 00\\ 
-6) append both files to the end of ROM using a hex editor. Take note of the offset before you paste in the bytes of the first and second file.\\ +6''MAGE -> tools -> compression -> lz77 compress file...'' exported generic BG and dumped tilemap\\ 
-7) reload rom in MAGE, then tile table editor -> offset tab -> punch in compressed tile table, compressed generic bg, and generic bg palette.\\ +7) append both files to the end of ROM using a hex editor. Take note of the offset before you paste in the bytes of the first and second file.\\ 
-8) make desired edits, then export raw. rename file to "tt.bin" then grab [[https://cdn.discordapp.com/attachments/278643461157289985/963163763903701033/rleencode.c | This C code.]]\\ +8) reload rom in MAGE, then open ''MAGE -> editors -> tile table editor -> offset''punch in compressed tile table, compressed generic bg, and generic bg palette.\\ 
-9) go to [[https://www.jdoodle.com/online-compiler-c++/|jdoodle]] and paste in the code.\\ +9) make desired edits, then export raw. rename file to "tt.bin" then grab [[https://cdn.discordapp.com/attachments/278643461157289985/963163763903701033/rleencode.c | This C code.]]\\ 
-10) upload tt.bin, then run the code. you should get tt.rle.\\ +10) go to [[https://www.jdoodle.com/online-compiler-c++/|jdoodle]] and paste in the code.\\ 
-11) copy the contents of tt.rle in a hex editor and paste-write over 0x8364F80 (Ctrl+B)\\+11) upload tt.bin, then run the code. you should get tt.rle.\\ 
 +12) copy the contents of tt.rle in a hex editor and paste-write over 0x8364F80 (Ctrl+B)\\
  
  
 [2]: To view in MAGE, add tileset (blank), open tileset editor, substract two from offset (0x836559E) and write it to new tileset's tiletable pointer, apply. then open tile table editor to new tileset. [2]: To view in MAGE, add tileset (blank), open tileset editor, substract two from offset (0x836559E) and write it to new tileset's tiletable pointer, apply. then open tile table editor to new tileset.
zero_mission/locations/generic_bg_graphics.txt · Last modified: 2022/06/26 23:34 by felixwright