diff --git a/src/ZSPR.js b/src/ZSPR.js index 4e53d95..eec7152 100644 --- a/src/ZSPR.js +++ b/src/ZSPR.js @@ -71,7 +71,7 @@ export default class ZSPR { const [tophalf, bottomhalf] = format_author(author); rom.set(tophalf, 0x118002); - rom.set(bottomhalf, 0x11801F); + rom.set(bottomhalf, 0x118020); } return rom;