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
No edit summary
m (Corrected wrong standard value)
Line 5: Line 5:
If you want to change the world with just one byte. Here are the addresses where to change and the result.
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                                                      |
  | Address | Address | Stndd.| Effect                                                      |
  | in ROM  | in Hex  | value |                                                            |
  | in ROM  | in Hex  | value |                                                            |
  |---------+---------+-------+-------------------------------------------------------------|
  |---------+---------+-------+-------------------------------------------------------------|
Line 14: Line 14:
  | 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 |  0A0146 |  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/81E3 |  0A01E3 |  C1 | 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}}
{{Internal Data|game=BS-X BIOS}}

Revision as of 17:29, 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 | Stndd.| 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 |   C1  | Change the sound effect when Nintendo logo appears          |
| 94/8402 |  0A0402 |   53  | Change the sound effect when leaving the title screen       |