Merge pull request #144 from Lorenzooone/saturn_money_fix
Fix https://github.com/jeffman/Mother2GbaTranslation/issues/134
This commit is contained in:
commit
009aa692e5
|
@ -780,6 +780,10 @@ b 0x80D3178
|
||||||
// D31F8 hacks (print money balance)
|
// D31F8 hacks (print money balance)
|
||||||
//---------------------------------------------------------
|
//---------------------------------------------------------
|
||||||
|
|
||||||
|
// Saturn weld entry
|
||||||
|
.org 0x80D3256
|
||||||
|
bl weld_entry_saturn
|
||||||
|
|
||||||
.org 0x80D327E
|
.org 0x80D327E
|
||||||
ldrb r0,[r7]
|
ldrb r0,[r7]
|
||||||
bl decode_character
|
bl decode_character
|
||||||
|
|
Loading…
Reference in New Issue