diff options
| author | Patrick Kingston <patrick@pkingston.xyz> | 2026-02-14 20:08:44 -0500 |
|---|---|---|
| committer | Patrick Kingston <patrick@pkingston.xyz> | 2026-02-14 20:08:44 -0500 |
| commit | 87ad58a7f05534218613d229e5d0f5f72a3f323b (patch) | |
| tree | dcbb9da956cb824082bcf034de89e71f188228a5 /nEslabels.mlb | |
| parent | b80a0814c41e1efcac40cfd62c6776ae769e343d (diff) | |
Use spritesheet, make titlescreen
- Moves to using a yychr spritesheet instead
of the included png file
- Sets up and scrolls away a titlescreen!
Diffstat (limited to 'nEslabels.mlb')
| -rw-r--r-- | nEslabels.mlb | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/nEslabels.mlb b/nEslabels.mlb index 8098217..a1ecaa9 100644 --- a/nEslabels.mlb +++ b/nEslabels.mlb @@ -1,16 +1,20 @@ -NesPrgRom:000631:calc_next_cell@0_0: -NesPrgRom:00052C:calc_and_advance_gen@0_0: -NesPrgRom:000535:calc_and_advance_gen@0_0_entry: -NesPrgRom:0005B6:main_nmi@0_1: -NesPrgRom:0004A7:main@0_0: -NesPrgRom:000230:ppu_upload_palette@0_0: +NesPrgRom:000B0D:calc_next_cell@0_0: +NesPrgRom:000988:calc_and_advance_gen@0_0: +NesPrgRom:000991:calc_and_advance_gen@0_0_entry: +NesPrgRom:000A92:eca_nmi@0_1: +NesPrgRom:000A12:eca_main@0_0: +NesPrgRom:0007F8:main_nmi@0_1: +NesPrgRom:0007FB:main_nmi@0_1_entry: +NesPrgRom:000250:main@0_0: +NesPrgRom:00073F:ppu_upload_palette@0_0: +NesPrgRom:00035F-00073E:title@0_0: NesPrgRom:007FFA-007FFF:runtime_vectors@0_0: NesPrgRom:00011C-00012F:runtime_nmi@0_1: NesPrgRom:000130-000137:runtime_nmi_exit@0_1: NesPrgRom:000139-000147:runtime_wait_nmi@0_0: -NesPrgRom:00022A-00022B:runtime_nmi_lo_table@0_0: -NesPrgRom:00022C-00022D:runtime_nmi_hi_table@0_0: -NesPrgRom:00022E-00022F:runtime_nmi_bank_table@0_0: +NesPrgRom:00022C-00022E:runtime_nmi_lo_table@0_0: +NesPrgRom:000230-000232:runtime_nmi_hi_table@0_0: +NesPrgRom:000234-000236:runtime_nmi_bank_table@0_0: NesPrgRom:000138-000138:runtime_irq@0_2: NesPrgRom:000138-000138:runtime_irq_exit@0_2: NesPrgRom:000148-00014D:runtime_reset@0_0: @@ -25,11 +29,13 @@ NesPrgRom:000100-00010F:runtime_shl4_table@0_0: NesPrgRom:000110-000117:runtime_shl5_table@0_0: NesPrgRom:000118-00011B:runtime_shl6_table@0_0: R:031F:buf@0: -R:000F:curr_gen@0: -R:000D:next_gen@0: -R:0010:drawing_row_offset@0: -R:0011:drawing_row_offset@1: -R:000E:current_rule@0: +R:000D:curr_gen@0: +R:0010:next_gen@0: +R:000E:drawing_row_offset@0: +R:000F:drawing_row_offset@1: +R:0011:current_rule@0: +R:0014:wipeline@0: +R:0015:wipeline@1: R:0200:oam@0: R:0319:pads@0: R:031B:pads@1: |
