367 Commits

Author SHA1 Message Date
Brian Pugh
d7cd5c8aaf zelda initial commit 2021-11-15 12:36:34 -08:00
Brian Pugh
fedb41b647 more zelda prep 2021-11-15 12:36:34 -08:00
Brian Pugh
503c333383 get rid of flashapp 2021-11-15 12:36:34 -08:00
Brian Pugh
c0e1519d99 give better name to rwdata indices 2021-11-14 09:21:20 -08:00
Brian Pugh
d036fe8ac7 get rid of extflash portion of ld 2021-11-14 09:21:20 -08:00
Brian Pugh
3a58deaaba generate device-specific linker params 2021-11-14 09:21:20 -08:00
Brian Pugh
5de3346a78 prep docs for zelda 2021-11-14 09:21:20 -08:00
Brian Pugh
bad9aa6c48 set RWDATA_IDX as a class variable 2021-11-14 09:21:20 -08:00
Brian Pugh
1a29b8e6ec transform move_to_compressed_memory into a method 2021-11-14 09:21:20 -08:00
Brian Pugh
7f3c508ea2 transform move_ext into a method 2021-11-14 09:21:20 -08:00
Brian Pugh
5206dc823e transform move_ext_external into a method 2021-11-14 09:21:20 -08:00
Brian Pugh
07445faf3d transform move_to_int into a method 2021-11-14 09:21:20 -08:00
Brian Pugh
b1df0574fd transform rwdata_erase into a method 2021-11-14 09:21:20 -08:00
Brian Pugh
ee3cbe3f3f transform rwdata_lookup into method 2021-11-14 09:21:20 -08:00
Brian Pugh
78820b3f2d transform compressed_memory_free_space into a property 2021-11-14 09:21:20 -08:00
Brian Pugh
8a07eeb034 transform int_free_space into a property 2021-11-14 09:21:20 -08:00
Brian Pugh
e17050023b transform compressed_memory_compressed_len into a method 2021-11-14 09:21:20 -08:00
Brian Pugh
ea84bef32b renamed compressed_memory_pos -> self.compressed_memory_pos 2021-11-14 09:21:20 -08:00
Brian Pugh
574563b000 rename int_pos -> self.int_pos and __call__ -> patch 2021-11-14 09:21:20 -08:00
Brian Pugh
48cbce0e23 rename offset -> self.ext_offset 2021-11-14 09:21:20 -08:00
Brian Pugh
239ad8967d get rid of DevicePatchMixin 2021-11-14 09:21:20 -08:00
Brian Pugh
450b511369 rename DevicePatchMixin methods 2021-11-14 09:21:20 -08:00
Brian Pugh
0fe44e1106 define GNW_DEVICE_* from PATCH_PARAMS. Breakup zelda and mario stock_firmware headers 2021-11-14 09:21:20 -08:00
Brian Pugh
c1c2a6bbd8 give sram3 a more generic name 2021-11-14 09:21:20 -08:00
Brian Pugh
49d48aa9b0 automatic registry for devices 2021-11-14 09:21:20 -08:00
Brian Pugh
1b89eba61d massive reorganization; still needs cleanup 2021-11-14 09:21:20 -08:00
Brian Pugh
dc9e1fd5cb move common functionality over to utils 2021-11-14 09:21:20 -08:00
Brian Pugh
2ce970c34c fix mario song v0.3 2021-10-25 09:26:18 -07:00
Brian Pugh
b1522807df fix sleeping image references 2021-10-25 09:26:18 -07:00
Brian Pugh
81f4a15fc3 fix global init using constants 2021-10-07 12:33:31 -07:00
Brian Pugh
a19a16a7f3 Fix readme typos 2021-10-05 09:45:41 -07:00
Brian Pugh
12117a5409 case insensitive ips globbing v0.2 2021-09-30 17:28:37 -07:00
Brian Pugh
be36c5e179 Update ips.py 2021-09-30 17:17:48 -07:00
Brian Pugh
9083751b95 Update README.md 2021-09-30 16:38:58 -07:00
Brian Pugh
9abcf15c93 Make it easier to add a bunch of ips files 2021-09-30 16:31:32 -07:00
Brian Pugh
2ab1cede04 working ips loader 2021-09-30 16:21:54 -07:00
Brian Pugh
f0dd81b34c infrastructure for dynamic ips patching 2021-09-30 16:21:54 -07:00
Brian Pugh
248c121839 Update README.md 2021-09-30 08:51:30 -07:00
Brian Pugh
d5ed9c4212 python3.6 compatible argparse 2021-09-29 10:14:59 -07:00
Brian Pugh
04e6ef4a0b Merge pull request #26 from BrianPugh/move-lzma-buf-off-stack
move lzma buf off stack
2021-09-29 09:19:32 -07:00
Brian Pugh
a238393998 move lzma buf off stack 2021-09-29 09:18:43 -07:00
Brian Pugh
acf5e0aead Merge pull request #25 from BrianPugh/dos2unix
dos2unix frequently editted files
2021-09-29 09:13:46 -07:00
Brian Pugh
95a792f667 dos2unix frequently editted files 2021-09-29 09:12:53 -07:00
Brian Pugh
ffdccef266 Merge pull request #24 from BrianPugh/mode-actions
Allows switching clock sprites dynamically
2021-09-29 09:10:23 -07:00
Brian Pugh
037f3d5863 reduce lzma alloc 2021-09-29 09:07:26 -07:00
Brian Pugh
b7037136f3 Save 13 bytes per compressed lzma chunk by hardcoding the header 2021-09-29 09:04:35 -07:00
Brian Pugh
b352960468 Disable smb1-graphics mod macro if no mods are specified 2021-09-29 08:53:43 -07:00
Brian Pugh
194789563f Don't have sprite change activate when menu is open 2021-09-29 08:40:05 -07:00
Brian Pugh
8a482656c2 Add progressbar to memtool clear 2021-09-29 08:39:46 -07:00
Brian Pugh
5425333183 update readme 2021-09-28 21:00:33 -07:00