Continue labeling and documentation in ram.asm, main rando block

Deleted several unused modules and some commented code
Reorganized some routines to clean up modules
Moved some memory into mirrored WRAM
Refactored NMI hook aux routine
Removed old fake flipper fix
This commit is contained in:
cassidoxa
2022-11-16 21:38:28 -05:00
parent 43f753b517
commit 788cceaab9
67 changed files with 962 additions and 2127 deletions

View File

@@ -5,8 +5,8 @@ RenderCharSetColorExtended_init:
RenderCharSetColorExtended_close:
stz.b Scrap0C
lda $010c
sta $10
lda.w $010c
sta.b $10
rtl
RenderCharSetColorExtended:
@@ -33,7 +33,7 @@ RenderCharToMapExtended:
plx
lda.w #$0000
sta.b Scrap00
lda #$007f
lda.w #$007f
sta.b Scrap02
lda.w #$0000
clc : adc.w #$0020