YEaz
This commit is contained in:
parent
d40fac5031
commit
482e6d68ab
|
@ -7,3 +7,4 @@ rh-eng.gba.bak
|
||||||
2462 - Rhythm Tengoku (J)(WRG).gba.bak
|
2462 - Rhythm Tengoku (J)(WRG).gba.bak
|
||||||
rh-eng2.sgm
|
rh-eng2.sgm
|
||||||
rh-eng1.sgm
|
rh-eng1.sgm
|
||||||
|
*.bak
|
||||||
|
|
|
@ -10,13 +10,13 @@ _skipwarningscreen equ 1
|
||||||
; Skip the Rhythm Test when creating a new save (1 = yes, 0 = no)
|
; Skip the Rhythm Test when creating a new save (1 = yes, 0 = no)
|
||||||
_skiprhythmtest equ 0
|
_skiprhythmtest equ 0
|
||||||
; To-Document later
|
; To-Document later
|
||||||
_debug equ 1
|
_debug equ 0
|
||||||
; Have to do with something?
|
; Have to do with something?
|
||||||
_nocashmessages equ 0
|
_nocashmessages equ 0
|
||||||
; ????
|
; ????
|
||||||
_luaconsolemessages equ 1
|
_luaconsolemessages equ 0
|
||||||
; ????
|
; ????
|
||||||
_spriteluaconsolemessages equ 1
|
_spriteluaconsolemessages equ 0
|
||||||
|
|
||||||
.include relocate.asm
|
.include relocate.asm
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
REM Variables.
|
REM Variables.
|
||||||
set debug=1
|
set debug=0
|
||||||
:compile
|
:compile
|
||||||
del "Game\rh-atlus.gba"
|
del "Game\rh-atlus.gba"
|
||||||
copy "Game\rh-jpn.gba" "Game\rh-atlus.gba"
|
copy "Game\rh-jpn.gba" "Game\rh-atlus.gba"
|
||||||
|
|
27
mysym.sym
27
mysym.sym
|
@ -1022,29 +1022,8 @@
|
||||||
080B4DD8 @@notlz77compressed
|
080B4DD8 @@notlz77compressed
|
||||||
080B4DDC @@exitcompressioncheck
|
080B4DDC @@exitcompressioncheck
|
||||||
080B4DDE lz77compressedchecker
|
080B4DDE lz77compressedchecker
|
||||||
080B4DFE @@addentry
|
080B4DEE @@lz77compressed
|
||||||
080B4E0C @@notcompressed2
|
080B4DF0 .pool
|
||||||
080B4E1C @@lz77compressed
|
080B4DF0 .dbl:0000
|
||||||
080B4E20 .pool
|
|
||||||
080B4E20 .dbl:0004
|
|
||||||
080B4E24 spriteluaconsolemessagehook
|
|
||||||
080B4E38 @@addentry
|
|
||||||
080B4E42 @@skipadding
|
|
||||||
080B4E4C .pool
|
|
||||||
080B4E4C .dbl:0004
|
|
||||||
080B4E50 debug_unlockallstages
|
|
||||||
080B4E5C @@fillstart
|
|
||||||
080B4E64 .pool
|
|
||||||
080B4E64 .dbl:0004
|
|
||||||
080B4E68 debug_unlockallmail
|
|
||||||
080B4E76 @@fillstart
|
|
||||||
080B4E80 .pool
|
|
||||||
080B4E80 .dbl:0008
|
|
||||||
080B4E88 debug_99medals
|
|
||||||
080B4E98 .pool
|
|
||||||
080B4E98 .dbl:0008
|
|
||||||
080B4EA0 debug_unlockallstages_hook
|
|
||||||
080B4EAC debug_unlockallmail_hook
|
|
||||||
080B4EB8 debug_99medals_hook
|
|
||||||
08000454 .dbl:0004
|
08000454 .dbl:0004
|
||||||
|
|
|
@ -5099,7 +5099,7 @@ Spaceball[;
|
||||||
Don't worry about[l
|
Don't worry about[l
|
||||||
the zoom! Follow[l
|
the zoom! Follow[l
|
||||||
the trajectories[l
|
the trajectories[l
|
||||||
in your heart![;
|
in your heart! (NP)[;
|
||||||
#WRITE(RtPtr, $A08DD0)
|
#WRITE(RtPtr, $A08DD0)
|
||||||
// 0x805bff8
|
// 0x805bff8
|
||||||
//つうしんぼ[;
|
//つうしんぼ[;
|
||||||
|
@ -7219,8 +7219,7 @@ Someday we'll shine like the stars...[;
|
||||||
We danced right into a black hole!![;
|
We danced right into a black hole!![;
|
||||||
#WRITE(RtPtr, $9CE8A8)
|
#WRITE(RtPtr, $9CE8A8)
|
||||||
// 0x8052998
|
// 0x8052998
|
||||||
//リミックス 3[;
|
//リミックス 3[; //(Why do this have two of them? xD -Shaffy)
|
||||||
//リミックス 3[;
|
|
||||||
// --- Literal
|
// --- Literal
|
||||||
//Remix 3[;
|
//Remix 3[;
|
||||||
// --- Edited
|
// --- Edited
|
||||||
|
|
Loading…
Reference in New Issue