Commit Graph

13 Commits

Author SHA1 Message Date
Ethan Roseman
179998098c
Misc decomp 53 (#703)
* some btl_state work

* msg_draw_speech_bubble

* cleaners

* btl_state_stuff

* btl_state_update_next_enemy wip

* btl_state stuff

* disable_x fx + cleanup

* wip

* fxstuff

* path funcs & cleanup

* clean

* model_api funcs

* two action commands

* action_cmd progress

* UnkFunc001

* air raid func

* cleanup, data migration, goodies

* remove data file

* git subrepo pull --force tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "a847090eac"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "a847090eac"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* fix build

* more cleanup

* clean

* PR comments
2022-05-05 23:08:16 +09:00
alex
a3e4140101
Sprite stuff (#270)
* root-level configure script

* fix configure on macos?

* fix macos again maybe

* fix messages, add asset stack

* generate map headers from xml maps

* fix sprite_dir asset

* git subrepo pull (merge) --force tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "5e36c45558"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "5e36c45558"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"

* name sprite.c

* almost match func_802DD8F8

* match func_802DD8F8

* crusade against unsigned integers

* name some sprite data

* add pylibyaml to requirements.txt
2021-04-19 00:01:59 -04:00
Ethan Roseman
fc97b1de13 removing py ranges 2021-02-04 00:15:14 +09:00
Ethan Roseman
31f3c68b83 update requirements 2021-01-15 16:22:27 +09:00
Alex Bates
63aa87446b ninja src/**/*.c 2021-01-14 03:56:02 +00:00
Alex Bates
cfd0e92cff tidy up splat 2020-12-02 22:26:08 +00:00
Ethan Roseman
a102b7546f Merge branch 'master' into asm-update 2020-11-02 00:17:17 -05:00
Ethan Roseman
5d160b9f08 gPlayerData offsets 2020-11-01 18:28:44 -05:00
Alex Bates
44fd38f4f8 add image splits 2020-10-31 18:30:16 +00:00
Alex Bates
83153acb59
implement SCRIPT(...) dsl 2020-10-22 05:54:03 +01:00
Alex Bates
4d530df425
drop pycparser dependency
Removed in e7f93f62ae
2020-10-19 07:20:17 +01:00
Devon R
06a533b153
Add pycparser and PyYAML to main dependencies for n64splat 2020-10-15 19:01:24 +09:00
Devon R
69d98e7a18
Update install.sh to include the dependencies of diff.py for --extra
This also pulls the dependencies out of install.sh into their own
requirements.txt and requirements_extra.txt so separate distros won't
have to maintain their Python dependencies separately
2020-10-15 16:02:52 +09:00