Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

BS-X BIOS/Tutorials: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "== One Byte Hacks == If you want to change the world with just one byte. Here are the addresses where to change and the result. | Address | Address | Stnd. | Effect...")
 
No edit summary
Line 1: Line 1:
{{tutorials|game=BS-X BIOS}}
== One Byte Hacks ==
== One Byte Hacks ==


Line 11: Line 13:
  | 94/8138 |  0A0138 |  10  | Change how far the line extends until nintendo logo unfolds |
  | 94/8138 |  0A0138 |  10  | Change how far the line extends until nintendo logo unfolds |
  | 94/813D |  0A013D |  04  | Change the speed the nintendo logo expends to the left      |
  | 94/813D |  0A013D |  04  | Change the speed the nintendo logo expends to the left      |
  | 94/8146 |  0A0145 |  04  | Change the speed the nintendo logo expends to the right    |
  | 94/8146 |  0A0146 |  04  | Change the speed the nintendo logo expends to the right    |
| 94/81E3 |  0A01E3 |  04  | Change the sound effect when Nintendo logo appears          |
  | 94/8402 |  0A0402 |  53  | Change the sound effect when leaving the title screen      |
  | 94/8402 |  0A0402 |  53  | Change the sound effect when leaving the title screen      |
{{Internal Data|game=BS-X BIOS}}

Revision as of 17:28, 7 March 2017

Chip tiny.png The following article is a Tutorial for BS-X BIOS.

One Byte Hacks

If you want to change the world with just one byte. Here are the addresses where to change and the result.

| Address | Address | Stnd. | Effect                                                      |
| in ROM  | in Hex  | value |                                                             |
|---------+---------+-------+-------------------------------------------------------------|
| 80/9024 |  001024 |   84  | Change the sound effect when clearing the SRAM              |
| 94/8090 |  0A0090 |   03  | Change the music during nintendo logo                       |
| 94/811C |  0A011C |   20  | The number of frames until the Nintendo logo appears        |
| 94/8138 |  0A0138 |   10  | Change how far the line extends until nintendo logo unfolds |
| 94/813D |  0A013D |   04  | Change the speed the nintendo logo expends to the left      |
| 94/8146 |  0A0146 |   04  | Change the speed the nintendo logo expends to the right     |
| 94/81E3 |  0A01E3 |   04  | Change the sound effect when Nintendo logo appears          |
| 94/8402 |  0A0402 |   53  | Change the sound effect when leaving the title screen       |