Added numbers to tunics

And fix a minor bug from the CRAM relocation.
This commit is contained in:
Kevin Cathcart
2018-07-28 17:08:08 -04:00
parent 5c088a5f8e
commit d0a5499c1b
5 changed files with 7 additions and 0 deletions

View File

@@ -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
;--------------------------------------------------------------------------------