Update hack files
This commit is contained in:
parent
f5bd097dd4
commit
b663d83521
|
@ -1,3 +1,7 @@
|
|||
copy /Y m12fresh.gba m12.gba
|
||||
xkas\xkas.exe m12.gba m2-hack.asm m12.sym.bak
|
||||
pushd working
|
||||
..\xkas\xkas.exe ..\m12.gba m12-includes.asm
|
||||
popd
|
||||
resize m12.gba 16777216
|
||||
pause
|
||||
|
|
|
@ -17,6 +17,7 @@ org $80B3274; dd m2_font_relocate
|
|||
org $8AFED84; incbin m2-mainfont1-empty.bin
|
||||
org $8B0F424; incbin m2-mainfont2-empty.bin
|
||||
org $8B13424; incbin m2-mainfont3-empty.bin
|
||||
org $8B088A4; incbin m2-shifted-cursor.bin
|
||||
|
||||
//==============================================================================
|
||||
// Control code hacks
|
||||
|
@ -181,4 +182,4 @@ m2_custom_wram:
|
|||
org $80FCE6C
|
||||
incsrc m2-vwf.asm
|
||||
incsrc m2-formatting.asm
|
||||
incsrc m2-customcodes.asm
|
||||
incsrc m2-customcodes.asm
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
4CDD4;DD4アCD4;D4アC4アC4;D4アCD4;DD4CDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD3DDDウCDD;DD;DDウCDD3DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
|
|
@ -120,7 +120,7 @@ dw $E801 // Break by means of invalid opcode
|
|||
ldrb r0,[r1,#0]
|
||||
sub r0,#0x50
|
||||
bpl +
|
||||
mov r0,#0x1F
|
||||
mov r0,#0x1F // Replace char with ? if it's invalid
|
||||
b .char_custom
|
||||
+
|
||||
cmp r0,#0x60
|
||||
|
@ -496,7 +496,7 @@ pop {r1-r7,pc}
|
|||
// [r0+13]: <unused> (3 bytes)
|
||||
|
||||
.print_left:
|
||||
print "m2vwf.print_left: $", pc
|
||||
print "m2vwf.print_left: $",pc
|
||||
|
||||
push {r0-r7,lr}
|
||||
mov r7,r0
|
||||
|
@ -1234,7 +1234,7 @@ pop {r0-r7,pc}
|
|||
//==============================================================================
|
||||
|
||||
.main:
|
||||
print "m2vwf.status: $",pc
|
||||
print "m2vwf.main: $",pc
|
||||
|
||||
push {r5,lr}
|
||||
ldr r5,[sp,#8]
|
||||
|
|
Loading…
Reference in New Issue