cassidoxa
2cead7ae92
Fix Active flute standing item gfx
...
Move setting dungeon completed to prize pickup (or after aga1/aga2)
Fix some inverted tiles
Remove text-related conditional assembly
Make InventoryTable_properties 16 bits wide
Fix expanded save slot writing to cart SRAM
Fix HUD resetting with red potion
2023-09-02 15:55:37 -04:00
cassidoxa
52d2616537
RomSpeed option
2023-08-26 23:24:34 -04:00
cassidoxa
05a79ad2d9
Fix Ped/GT open modes
...
Fix key colors
2023-08-26 20:29:38 -04:00
cassidoxa
90ffa8bd23
Fix cave state item cutscene flag with boss hearts
...
Add item substitutions
2023-08-25 21:11:48 -04:00
cassidoxa
66540f2819
Replace GT, Ganon vuln crystal checks, ped check with new system
...
InvincibleGanon 0x18003E -> GanonVulnerableMode 0x1801A8-0x1801A9
NumberOfCrystalsRequiredForTower 0x18005E -> GanonsTowerOpenTarget 0x18019A-0x18019B
NumberOfCrystalsRequiredForGanon 0x18005F -> GanonVulnerableTarget 0x1801A6-0x1801A7
Various fixes
Moved CrystalCounter to word length space $7EF471 -> $7EF476
2023-08-21 20:43:27 -04:00
cassidoxa
e206d6f368
Small fixes
2023-08-15 23:55:53 -04:00
cassidoxa
aaf970b837
Heart colors
2023-08-13 13:46:21 -04:00
cassidoxa
103f072cf3
Add back some JP characters and re-arrange player name screen
...
Re-arrange a bunch of text-related stuff
Fix post-credits game counter
Fix bows
2023-08-11 02:10:54 -04:00
cassidoxa
56cb17a0a3
Small fixes
2023-08-08 01:00:49 -04:00
cassidoxa
39ac6c301a
Fix mushroom gfx loading
2023-08-07 13:50:33 -04:00
cassidoxa
87e665965c
Free crystals and ability to shuffle dungeon prizes
...
Overworld map code via Aerinon
2023-08-06 23:07:39 -04:00
cassidoxa
cb16ffc20b
Merge branch 'master' into decompressed
...
Also some pendant receipt and palette fixes
2023-08-02 17:40:38 -04:00
cassidoxa
8ed4cbda1d
Palette handling & sprite props data tables
...
Statically assign item data tables
Fix some save-related bugs
Fix dungeon item notice in "this dungeon" with free dungeon items
2023-08-01 17:13:47 -04:00
cassidoxa
d3ed95d639
Refactor inventory.asm
...
Refactor extended save data to use MVN
Free small keys can be place in their own dungeon
2023-07-29 00:48:34 -04:00
cassidoxa
878536903e
Initial total item count HUD
...
Initial 100% item collection Ganon vulnerability
2023-06-05 15:05:31 -04:00
cassidoxa
0505cc28e1
Properly mask HUD item flags
2023-03-15 12:42:45 -04:00
cassidoxa
068d4c2449
Port map key counter on HUD from DR
2023-02-23 21:46:27 -05:00
cassidoxa
a2020c9c76
Add HUD map mode flag, "chest key" totals table, and seen-counter flags
...
for tracking
2023-02-23 20:46:40 -05:00
spannerisms
ff88437f8e
fixes
...
turn a bunch of addresses into fast rom
bunch of consistency clean ups in hooks
move zsnes to failures
2022-12-30 03:07:15 -05:00
spannerisms
918173523f
faster HUD
2022-12-05 02:01:46 -05:00
spannerisms
0397623340
cassidy
...
item properties tabulated with a macro
new item graphics
better hex to dec code
some item code readability improvements
2022-12-05 00:18:27 -05:00
cassidoxa
7426ce5945
More RAM labels
...
Fixed tablets checking for item collected, uses NpcFlags+1
Deleted mantle.asm, moved to lampmantlecone.asm
2022-11-24 18:34:35 -05:00
cassidoxa
788cceaab9
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
2022-11-16 21:38:28 -05:00
cassidoxa
43f753b517
ram.asm initial commit. Replaced all address defines with labels
...
Value defines styled without quotes, # moved to load/store/cmp site
Added registers.asm (copied from spannerisms JP disassembly)
Added a bunch of length annotations
Deleted old or trivial commented out code
Deleted: ganonfixes.asm, map.asm, seedtag.asm
Replaced obsolete credits.asm with creditsnew.asm
Moved scratch space at $7F5020-3F to mirrored WRAM (7E1E70-8F)
Moved clock RAM to mirrored WRAM (7E1E90-9F)
dialog.asm: FreeDungeonItemNotice preserves callee-preserved scratch RAM
Toast buffer moved to mirrored WRAM (7E1E0E-0F)
servicerequest.asm: long store to $012E converted to word length store
2022-11-05 00:50:25 -04:00
cassidoxa
f8d9be201a
tables.asm: Add GFX pointer to table in utilities.asm
2022-09-09 19:30:16 -04:00
cassidoxa
031e3965b2
Requires frontend changes
...
Change SRAM ammo capacity upgrades to flatly represent max capacity
2022-08-08 13:42:19 -04:00
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
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
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
06d0c6e9f9
Removed SRAM trace from tables.asm
...
Fixed comments related to OpenMode, left open as default
2021-12-16 17:19:54 -05:00
spannerisms
2b1a3566d8
flibber
2021-10-31 10:38:38 -04:00
spannerisms
03c287a988
jingle jangle
2021-08-11 06:30:52 -04:00
spannerisms
7057d984e2
fix quadrant glitch hopefully
2021-08-10 09:56:57 -04:00
3944dadcab
Change default for locked aga tower to no longer be inverted
2021-07-08 18:25:04 -07:00
KatDevsGames
264f7b26bc
Merge pull request #134 from Bonta0/fakeboots
...
Fake boots
2021-07-06 22:25:42 -05:00
KatDevsGames
6f2383fafe
Merge pull request #135 from ardnaxelarak/medallion
...
Implement always-allowed medallions
2021-07-06 17:44:41 -05:00
3548a0bbf5
Implement always-allowed medallions
2021-07-06 12:24:06 -07:00
Bonta
27cb1b5459
Implement Fakeboots
2021-07-05 21:38:08 +02:00
spannerisms
f403ca10da
boss icons
2021-06-30 07:15:37 -04:00
KatDevsGames
ae0a712bdd
Merge pull request #129 from spannerisms/master
...
OneMind
2021-06-28 11:08:44 -05:00
spannerisms
49afe7ca9b
onemind
2021-06-20 10:09:04 -04:00
Bonta
b16f7b4994
Stats: Fix bonk counter
2021-06-20 15:15:55 +02:00
Bonta
ce7396ae35
MSU1: Allow resuming any track
2021-06-12 21:14:50 +02:00
Bonta
34bb99b7d0
MSU1: Resume overworld tracks
2021-06-12 21:14:50 +02:00
Kat
a7f8bc8d91
Update tables.asm
2021-05-14 13:33:56 -05:00
cassidy
fe708fd20f
Restore invisible floors when flashing is disabled
...
Replace Seizure_Safety with FlashingDisabled
2021-04-25 16:09:42 -04:00
cassidy
6a34b5cbc4
Flash toggle rough draft
2021-04-21 13:34:10 -04:00
spannerisms
e9584597c4
new credits
2021-04-12 22:45:19 -04:00
spannerisms
fc29db2b46
reserve for v32
2021-04-11 10:18:07 -04:00