cassidoxa
905e897b52
Handle 16-bit GoalCounter and TotalItemCounter
...
Fix vanilla sword + shield item
Fix how progressive items handled
Clean up compasses.asm
2022-02-08 19:25:59 -05:00
cassidoxa
02932a2a9d
Add comments to initsramtables.asm
2022-02-07 20:05:52 -05:00
cassidoxa
959aa40f58
Increment ROM version
2022-02-03 22:48:20 -05:00
cassidoxa
3c6c45ddb4
Fix some mangled labels
2022-02-03 22:01:34 -05:00
cassidoxa
dfc4284a70
Merge branch 'master' into sram_rework
2022-02-03 21:20:16 -05:00
cassidoxa
3e2362b7ca
Implement initial SRAM table
...
Data in initialsramtable.asm gets copied to SRAM on save file init
Frontend will be responsible for setting this, requires frontend changes
Changed some label names to disambiguate WRAM and SRAM labels
Deleted open mode
2022-02-03 20:25:32 -05:00
cassidoxa
c048589c02
Add static file name feature by special request
...
Move compass count ram init to compasses.asm
Rename WRAMEquipment and SRAMEquipment to EquipmentWRAM/SRAM
2022-02-02 16:51:50 -05:00
Lexi Rose
c515beb853
Merge pull request #155 from tewtal/new-text-renderer
...
Improved dialog text rendering
2022-01-20 16:00:20 -06:00
Thomas Backmark
b46269b662
Moved the new text renderer behind a feature flag
2022-01-20 22:24:52 +01:00
cassidoxa
b91ac58b47
Merge branch 'master' into sram
2022-01-20 11:16:31 -05:00
Lexi Rose
02ed70442d
Merge pull request #154 from cassidoxa/starting_area_exit
...
Fix reading starting area offset to prevent indexing out of bounds
2022-01-20 02:33:52 -06:00
Lexi Rose
df27e07221
Merge pull request #156 from Catobat/HeraBoss
...
Fix Tower of Hera boss music bug and witch item bug
2022-01-20 02:33:27 -06:00
cassidoxa
6c4acb1e5b
Check new value in SRAM to determine if Aga 2 duck comes
...
Added pushpc/pullpc to sram.asm
2022-01-19 20:17:02 -05:00
Catobat
78148fb4f3
Fix witch item bug
2022-01-20 01:30:21 +01:00
Catobat
f3d1e99421
Fix Tower of Hera boss music bug
2022-01-19 19:52:01 +01:00
Thomas Backmark
b392eb7554
Improved text renderer with lowercase letters
2022-01-18 11:10:14 +01:00
cassidoxa
1d378211ba
Initialize overworld door frame data when starting in single-exit cave
2022-01-13 15:51:50 -05:00
cassidoxa
cad5a43d4b
Change bitfield letters to match JP disassembly
...
Add sprite item pot data block
2022-01-12 21:52:47 -05:00
cassidoxa
6d72a1a9c2
Fix reading starting area offset to prevent indexing out of bounds
2022-01-12 20:31:27 -05:00
Thomas Prescott
2a3d6fae58
update credits
2022-01-03 13:55:03 -06:00
cassidy
6f58b9f959
Merge branch 'master' into sram
2021-12-28 00:30:13 -05:00
Lexi Rose
4eafefb501
Merge pull request #153 from spannerisms/master
...
Fix EG
2021-12-21 23:19:16 -06:00
spannerisms
04fa0fc1a1
match expected usage
2021-12-20 16:42:56 -05:00
cassidy
e8623768af
Merge branch 'sram' of https://github.com/cassidoxa/z3randomizer into sram
2021-12-17 13:56:15 -05:00
cassidy
ed225e044b
Cleanup in sram.asm and compasses.asm
2021-12-17 13:53:53 -05:00
cassidy
c09839eb33
Fix sword and shield item downgrade
2021-12-16 17:19:55 -05:00
cassidy
be2d59eec8
Fix compass items collected counts on HUD
2021-12-16 17:19:55 -05:00
cassidy
c4c9065a79
Fix ROM version location
...
Remove comments, general cleanup
2021-12-16 17:19:55 -05:00
cassidy
c8ea2c6dce
Move compass counts to ROM and trackable RAM
...
Add flag if compass HUD count has been displayed in SRAM
Move low hearts fix from tables.asm to bugfixes.asm
Rearrange dungeon stats in SRAM to match door rando ROM
2021-12-16 17:19:55 -05:00
cassidy
6c9b33ed93
Write macro for SRAM assertions
...
Change some label names to be clearer
Fix some of the progress flags and dungeon bitfields
2021-12-16 17:19:55 -05:00
cassidy
15d88b19a3
Fix dungeon key and locations checked tables, reserve unused indices
...
Swap locations checked with absorbed keys to match door rando
2021-12-16 17:19:55 -05:00
cassidy
e2bb55c1ba
Fix asserts
2021-12-16 17:19:55 -05:00
cassidy
9e2382cbb2
Add absorbed keys
...
Adjust service request stuff
Change chest keys to "collected" keys
2021-12-16 17:19:55 -05:00
cassidy
ae0b57635c
Remove defines from LTTP_RND_GeneralBugfixes
...
Replace more labels
Add ROM version and reserve extra 16 bytes in unused hardware vector in
LTTP_RND_GeneralBugfixes
Move IncrementChestCounter to ChestPrep in newitems.asm
Remove IncrementChestCounter hook which was getting overwritten
More revisions to sram.asm
2021-12-16 17:19:55 -05:00
cassidy
06d0c6e9f9
Removed SRAM trace from tables.asm
...
Fixed comments related to OpenMode, left open as default
2021-12-16 17:19:54 -05:00
cassidy
7f03cf68e8
Replace labels in fileselect.asm
...
Full file name has also been moved to the beginning of the new save
space at $7F6000 in WRAM and $700500 in SRAM
2021-12-16 17:19:54 -05:00
cassidy
ae82caca45
Replace more labels
...
Removed mask from rupeelimit.asm as total item counter is now a 16-bit
value
Commented out CountBits in utilities.asm in previous commit as I've
allocated a counter byte in SRAM
2021-12-16 17:19:54 -05:00
cassidy
fa76b61df0
Change addresses to labels and remove SRAM trace calls
2021-12-16 17:19:54 -05:00
cassidy
774aeb5e73
Next draft of sram.asm. Save/SRAM changes to save, init, and password
...
Deleted previewdatacopy.asm which was for SRAM Trace which we no longer
support. Password moved to $703000. 32-bits at $FFE0 in ROM (unused
hardware vector) now burned into $702015 in SRAM with ROM name.
2021-12-16 17:19:54 -05:00
cassidy
640e94153d
Refactor inventory code and add more labels
...
Refactored highest sword, shield, and mail counting
Refactored how heart pieces, heart containers, and crystals are counted
Moved quickswap lock bit to high byte of InventoryTracking
Fixed sword and shield item downgrade
Added PreFluteLocations counter
2021-12-16 17:19:54 -05:00
cassidy
e4d917c47c
First pass-through adding labels
...
Added items, equipment, and tracking/indicators
Added playername changes
Removed some defines
2021-12-16 17:19:54 -05:00
cassidy
d47dea6123
Initial SRAM module check in
...
Changes to save.asm and fileselect.asm to account for new WRAM buffer at
$7F6000 saved at $700500, length $1000.
Moves and additions noted at bottom of sram.asm, to be removed later.
2021-12-16 17:19:53 -05:00
Lexi Rose
7dda06cf11
Merge pull request #152 from spannerisms/master
...
Bug Fix and MSU
2021-12-16 04:40:15 -06:00
cassidy
7b263917ff
Fix sword and shield item downgrade
2021-12-15 19:58:53 -05:00
cassidy
faaf89f584
Fix compass items collected counts on HUD
2021-12-15 19:26:32 -05:00
cassidy
b994668676
Fix ROM version location
...
Remove comments, general cleanup
2021-12-15 18:06:55 -05:00
spannerisms
42bc1d743a
Merge branch 'KatDevsGames:master' into master
2021-12-15 01:12:07 -05:00
spannerisms
aa6aaffd2f
prevent crashes
2021-12-15 01:11:26 -05:00
cassidy
7cc5f802f9
Move compass counts to ROM and trackable RAM
...
Add flag if compass HUD count has been displayed in SRAM
Move low hearts fix from tables.asm to bugfixes.asm
Rearrange dungeon stats in SRAM to match door rando ROM
2021-12-14 22:52:20 -05:00
cassidy
b943f86c15
Write macro for SRAM assertions
...
Change some label names to be clearer
Fix some of the progress flags and dungeon bitfields
2021-12-14 12:59:05 -05:00