diff --git a/c2e3e.bin b/c2e3e.bin index 4805fd9..9675a12 100644 Binary files a/c2e3e.bin and b/c2e3e.bin differ diff --git a/c2e3e.gfx b/c2e3e.gfx index f18b781..1298f28 100644 Binary files a/c2e3e.gfx and b/c2e3e.gfx differ diff --git a/events.asm b/events.asm index 658edd2..3f2b74e 100644 --- a/events.asm +++ b/events.asm @@ -138,6 +138,7 @@ RTL OnInitFileSelect: ; LDA.b #$10 : STA $BC ; init sprite pointer - does nothing unless spriteswap.asm is included ; JSL.l SpriteSwap_SetSprite + LDA.b #$51 : STA $0AA2 ;<-- Line missing from JP1.0, needed to ensure "extra" copy of naming screen graphics are loaded. JSL.l EnableForceBlank RTL ;-------------------------------------------------------------------------------- diff --git a/fileselect.chr.gfx b/fileselect.chr.gfx index 608936a..9f15967 100755 Binary files a/fileselect.chr.gfx and b/fileselect.chr.gfx differ diff --git a/hooks.asm b/hooks.asm index c3ec899..d1f7f14 100644 --- a/hooks.asm +++ b/hooks.asm @@ -882,6 +882,12 @@ org $0DF789+6+16 ; blue bottle hud tile, lower right dw #$2C14 ; (Orig: #$2CD2) org $0DF789+6+40 ; good bee hud tile, lower right dw #$2815 ; (Orig: #$283A) +org $0DF8A1+6 ; <- 6F8A1+6 (not in disassembly) - green mail tile, lower right +dw #$3C4B ; (Orig: #$7C78) +org $0DF8A1+6+8 ; blue mail tile tile, lower right +dw #$2C4F ; (Orig: #$6C78) +org $0DF8A1+6+16 ; red mail tile, lower right +dw #$242F ; (Orig: #$6478) ;-------------------------------------------------------------------------------- ;org $0DDE9B ; <- 6DE9B equipment.asm:296 - LDA $0202 : CMP.b #$10 : BNE .notOnBottleMenu (CMP instruction) ;CMP.b #$FF