Empty playername checks

This commit is contained in:
2025-03-14 08:48:19 -05:00
parent a741bdbfdd
commit 52eb98e06e
2 changed files with 11 additions and 3 deletions

View File

@@ -133,6 +133,9 @@ export default defineComponent({
this.$refs.reduce_flashing.patch(rom);
this.$refs.quickswap.patch(rom);
// fast multijunk, too lazy to make it a setting rn
rom[0x1800AF] = 0x10;
// Fix Checksum
const sum = rom.reduce(function(sum, mbyte, i) {
if (i >= 0x7fdc && i < 0x7fe0) {