1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-26 03:57:13 -07:00
Commit Graph

355 Commits

Author SHA1 Message Date
Connor Olding 69cf091406 fix potential stack alignment issue 2016-03-24 23:37:37 -07:00
Connor Olding ea26e1d5ba update todo list 2016-02-02 18:43:18 -08:00
Connor Olding 3e4df3ffc2 set another event flag 2016-02-02 08:49:42 -08:00
Connor Olding 2a7310c344 properly "unset" unfrozen mountain scenes 2016-02-02 03:14:31 -08:00
Connor Olding c7121d612e shuffle waterfall exit 2016-02-02 03:00:32 -08:00
Connor Olding 188cda6a5a don't shuffle cutscenes 2016-02-02 03:00:17 -08:00
Connor Olding 4c60e8f05d shuffle by hooking scene setup instead
writes exit value before it's read.
fixes actors not loading (koume) and simplifies things.
2016-02-01 02:53:38 -08:00
Connor Olding af5e3fec67 fix a couple entrance names 2016-02-01 01:32:39 -08:00
Connor Olding 6a6f8a89b5 unshuffle deku princess prison 2016-01-31 03:18:40 -08:00
Connor Olding 10d273fe19 fix void outs and death warps 2016-01-31 03:17:25 -08:00
Connor Olding f6e0ed6b8e add basic support for OoT beta quest rom 2016-01-31 02:26:50 -08:00
Connor Olding 8df8f7ba8d use shorter turtle cutscenes 2016-01-30 19:09:51 -08:00
Connor Olding 93115a1d63 fix shuffling cleansed/unfrozen scenes 2016-01-30 12:37:03 -08:00
Connor Olding 00509592dc always cleanse swamp after beating odolwa 2016-01-30 12:14:13 -08:00
Connor Olding e6e32772f9 add twinmold to warp list 2016-01-30 11:19:08 -08:00
Connor Olding 5a3a5053c0 add some exits, more todo stuff 2016-01-30 11:14:45 -08:00
Connor Olding 961e53bbc9 ignore more known stuff 2016-01-26 01:12:20 -08:00
Connor Olding cd70baa5f1 use cleansed/unfrozen scenes, fix stack alignment 2016-01-23 03:16:21 -08:00
Connor Olding e62ea5242c add kicked-out/caught entrances 2016-01-23 00:56:04 -08:00
Connor Olding b5b908b3c4 comment every entrance value 2016-01-19 22:39:02 -08:00
Connor Olding 7101e83426 pair entrances, add owls, skip SoT cutscene 2016-01-19 22:00:23 -08:00
Connor Olding c6eba55171 add basic exit shuffling 2016-01-19 19:01:18 -08:00
Connor Olding 4faf79f891 add crappy exit value monitor 2016-01-19 16:35:07 -08:00
Connor Olding ad9381adf7 finish beta quest basics, ready to shuffle 2016-01-19 16:31:21 -08:00
Connor Olding e6b5fe590f fix a certain case in serialize.lua
this should actually check if the whole string
matches [A-Za-z_][0-9A-Za-z_]*
but thats for another time
2016-01-19 16:30:00 -08:00
Connor Olding 617a10cba3 begin work on beta quest hack 2016-01-18 20:40:55 -08:00
Connor Olding 7f8f7c8438 update lips 2016-01-18 20:29:26 -08:00
Connor Olding 6bcae93d1b update a few entrance names 2016-01-18 20:25:43 -08:00
Connor Olding 0d832b1f3b make entrance names less than bad 2016-01-17 15:49:01 -08:00
Connor Olding 55ad6351af inline scene names alongside entrance lists 2016-01-17 15:06:58 -08:00
Connor Olding 0062ddb75e make entrance names a little less terrible 2016-01-17 13:40:00 -08:00
Connor Olding 897be1f3f4 preliminary OoT warp support
this is bad and i hate it
2016-01-17 12:54:37 -08:00
Connor Olding d5725d105e comment out invalid exits 2016-01-16 20:29:24 -08:00
Connor Olding 5fbb56f472 update lips; use new features 2016-01-16 20:00:23 -08:00
Connor Olding 5e684e6aeb remove m64p stuff for now; it's too broken 2016-01-13 09:33:41 -08:00
Connor Olding 1acbaba58c be super strict about globals
theres still a lot of work to do\nsince most scripts just set globals explicitly\nthis is still better than implied globals though
2016-01-13 09:21:24 -08:00
Connor Olding 072e8c7a7a update lips; set up proper modules 2016-01-13 07:56:18 -08:00
Connor Olding 72bf0471ad fix headers 2016-01-12 16:14:54 -08:00
Connor Olding 6cda92f07b update readme 2016-01-12 16:12:53 -08:00
Connor Olding d0ccf16dff reorganize scripts 2016-01-12 16:05:31 -08:00
Connor Olding 1128998b96 add support for OoT 2016-01-12 08:52:51 -08:00
Connor Olding 04099adc05 sanity 2016-01-12 08:13:26 -08:00
Connor Olding a04f7a669e implement actor var selection/changing 2016-01-12 07:44:41 -08:00
Connor Olding d80d9db0b2 work on onscreen actor num/var control 2016-01-12 06:59:29 -08:00
Connor Olding c5eaf96e1a add really rough onscreen printing 2016-01-11 16:42:40 -08:00
Connor Olding ea1e055e87 use a table of versions to asms 2016-01-10 12:54:16 -08:00
Connor Olding 5b11974962 reimplement inject overflow check 2016-01-10 12:37:35 -08:00
Connor Olding 8f599e1e9f optimize basic hook for size 2016-01-10 11:58:16 -08:00
Connor Olding c3c9d632e0 skip loading scene/room actors/objects 2016-01-09 09:20:02 -08:00
Connor Olding 5eff669148 add Epona to oneshot.lua for OoT 2016-01-08 04:45:40 -08:00
Connor Olding 530c9e9126 update lips 2016-01-05 16:48:13 -08:00
Connor Olding 2e1d8b324d swap dpad up/down with left/right 2016-01-03 04:44:53 -08:00
Connor Olding 2ee3f54173 implement spawning for MM again 2016-01-03 04:36:14 -08:00
Connor Olding ccdb3b130d always spawn any missing objects 2016-01-03 04:16:22 -08:00
Connor Olding fabb1852e0 simplify format_out arguments 2016-01-02 07:21:40 -08:00
Connor Olding 05b0e8aa8f implement more branch-immediate pseudo-instructions 2016-01-02 07:14:35 -08:00
Connor Olding 02fc5395a0 implement some basic branch pseudo-instructions 2016-01-02 06:00:05 -08:00
Connor Olding c0be8f2ef2 another place 2016-01-02 04:42:17 -08:00
Connor Olding 4679ee99a6 use relative labels in more places 2016-01-02 04:26:18 -08:00
Connor Olding 5653e730aa use token index for relative labels 2016-01-02 04:23:33 -08:00
Connor Olding e4ff34e0c0 use relative labels 2016-01-02 04:07:18 -08:00
Connor Olding 4b234fc26a little tweaks 2015-12-30 02:35:58 -08:00
Connor Olding 12daa5e493 update lips 2015-12-28 22:05:00 -08:00
Connor Olding 5432a79b3c add epona glitch monitoring script 2015-12-28 22:04:39 -08:00
Connor Olding 2e42819b99 move actor iteration funcs to their own file 2015-12-28 21:48:55 -08:00
Connor Olding bc6037092e print to file 2015-12-26 23:22:15 -08:00
Connor Olding 2d9ca2fae6 update lips 2015-12-26 23:13:30 -08:00
Connor Olding 37d711dbec fix comment 2015-12-26 19:32:31 -08:00
Connor Olding 488aeb9bd0 hook debug printing in OoT debug rom 2015-12-26 19:06:50 -08:00
Connor Olding bb5c778b0f update lips 2015-12-26 19:02:33 -08:00
Connor Olding 1f88d9423a update lips 2015-12-25 17:18:47 -08:00
Connor Olding ea40b7fde7 epona storing in cheat menu 2015-12-24 16:31:30 -08:00
Connor Olding 33c876b8b2 more lips stuff i might not commit to
no pun intended
2015-12-23 20:23:58 -08:00
Connor Olding 2cbb2edf70 style change: four space indentation for instructions 2015-12-22 17:33:38 -08:00
Connor Olding 14ab1ee731 rename bomb tornado file 2015-12-22 16:08:10 -08:00
Connor Olding 6a641f6b90 add actor/object spawning to MM (J) 1.0 2015-12-22 16:04:06 -08:00
Connor Olding 9fbe275189 add object spawning to MM 2015-12-22 14:12:20 -08:00
Connor Olding fa082d3a1d misc 2015-12-22 06:37:40 -08:00
Connor Olding 108c4189ef add object spawning to OoT 2015-12-22 06:35:50 -08:00
Connor Olding 49e51cd6e7 shoehorn writing anywhere with lips 2015-12-22 04:56:40 -08:00
Connor Olding e490c712e6 use unsigned loads instead 2015-12-21 03:17:47 -08:00
Connor Olding 19518cbb8a update lips 2015-12-21 03:15:19 -08:00
Connor Olding 7edf81077a update lips 2015-12-19 10:17:53 -08:00
Connor Olding d5c7097713 base spawn asms on one file 2015-12-18 23:46:30 -08:00
Connor Olding ce1d440bfb add OoT spawning
the two asms will be partly merged once i have that ability
2015-12-18 17:05:31 -08:00
Connor Olding 4e6f6a114b refactor inject as a function 2015-12-18 15:18:08 -08:00
Connor Olding faa95f6285 improve spawning
add button hold delay and set actor variable to link's rotation
2015-12-18 14:04:44 -08:00
Connor Olding 4dd384b62e more sophisticated spawning 2015-12-18 11:57:48 -08:00
Connor Olding 080bb9340d add barebones actor spawning asm 2015-12-18 10:00:15 -08:00
Connor Olding 9a2757d16d (attempt to) abide to calling conventions
i haven't checked if i need double-word alignment
2015-12-17 22:59:32 -08:00
Connor Olding 7c35d99a9f rename main.lua to be less misleading 2015-12-17 16:08:33 -08:00
Connor Olding e65ff9bae6 use new stack instructions 2015-12-17 08:52:48 -08:00
Connor Olding 54b0a63759 update lips 2015-12-17 08:52:34 -08:00
Connor Olding 9cd9381463 fix asm length calculation 2015-12-17 07:37:06 -08:00
Connor Olding 8a666f7dfc update lips 2015-12-17 07:28:30 -08:00
Connor Olding e29199c9e0 add asm injection scripts 2015-12-16 18:04:57 -08:00
Connor Olding c142d4df33 redo headers 2015-12-16 03:19:34 -08:00
Connor Olding 9af8b79ac2 add pt 2015-12-16 02:55:20 -08:00
Connor Olding 6bb341437b describe Lua scripts 2015-12-16 02:53:31 -08:00
Connor Olding b29bad17cc disable this until i bother writing a 5.3 bit op wrapper 2015-12-11 00:45:22 -08:00