Commit Graph

  • d041f520ab explicitly check for NULL Alex Bates 2020-08-14 05:15:00 +0100
  • 78d23805e0 wip: update game_status struct Alex Bates 2020-08-14 05:08:55 +0100
  • 15f3d1a565 use bg_header type for gBackgroundImage Alex Bates 2020-08-14 04:37:24 +0100
  • afc0415a2c
    Merge pull request #5 from nanaian/items Ethan Roseman 2020-08-13 23:28:29 -0400
  • 86c2917cc0 match load_map_bg Alex Bates 2020-08-14 04:25:16 +0100
  • 6aa628f3ac Added gCurrentScriptList and some more matching funcs Jdog 2020-08-13 19:53:38 -0700
  • 29db02ea7d match RemoveFortressKeys Alex Bates 2020-08-14 03:24:21 +0100
  • e06fbbab51 match CountFortressKeys Alex Bates 2020-08-14 03:22:25 +0100
  • f813b9ba42 add missing initialCall params Alex Bates 2020-08-14 03:15:33 +0100
  • 55c38e4343 fix RemoveItem ADDU operand order Alex Bates 2020-08-14 03:07:24 +0100
  • 707d25f656 match RemoveItem, almost Alex Bates 2020-08-14 02:55:06 +0100
  • 31cabbeeff match FindItem Alex Bates 2020-08-14 02:43:04 +0100
  • 7f83b2c881
    Merge pull request #4 from nanaian/battle_heap_create Ethan Roseman 2020-08-13 21:23:08 -0400
  • 4ccb221916 remove battle_heap_create asm Alex Bates 2020-08-14 01:50:25 +0100
  • dfa7b096c5 match battle_heap_create Alex Bates 2020-08-14 01:38:16 +0100
  • e008ff876f Merge remote-tracking branch 'upstream/master' Jdog 2020-08-13 17:32:14 -0700
  • ef4f2e34ec blorp Jdog 2020-08-13 17:31:27 -0700
  • dea08446d3 random stuff Jdog 2020-08-13 17:29:25 -0700
  • 330bf5b490
    Merge pull request #3 from JoshW-7/master Ethan Roseman 2020-08-13 16:42:01 -0400
  • 61cae620a3
    Merge pull request #2 from sonicspiral/patch-1 Ethan Roseman 2020-08-13 15:49:10 -0400
  • 09f13acf95 Tweaks Jdog 2020-08-13 11:37:53 -0700
  • 736f1d79aa
    Increase spacing between question for readability sonicspiral 2020-08-12 22:49:08 -0700
  • f9f6f302a9
    Update FAQ problem and solution order sonicspiral 2020-08-12 22:47:28 -0700
  • ff2be1cbef Fixed some warnings Jdog 2020-08-12 22:12:32 -0700
  • 56391da10c Merge remote-tracking branch 'upstream/master' Jdog 2020-08-12 22:07:53 -0700
  • 7d5c31a6e6 Cleanup, starting trigger functions Ethan Roseman 2020-08-13 01:03:47 -0400
  • 9b60b24cb7 removed uneccessary global vars Jdog 2020-08-12 21:10:41 -0700
  • de5e3891b9
    Add FAQ section for possible common issues sonicspiral 2020-08-12 20:35:59 -0700
  • d0c65a6e14 meow Ethan Roseman 2020-08-12 22:56:47 -0400
  • 95a3b06208
    Merge pull request #1 from ethteck/remove-incs Ethan Roseman 2020-08-12 22:49:49 -0400
  • 430e6dff98 Adding macro.inc include to macro Ethan Roseman 2020-08-12 22:46:59 -0400
  • e37c5b8194 removing .inc Ethan Roseman 2020-08-12 22:37:16 -0400
  • 3cd498cc2f Update Makefile and readme Ethan Roseman 2020-08-12 22:32:41 -0400
  • a8a66bde47 Make setup Ethan Roseman 2020-08-12 22:13:48 -0400
  • 0782fa07a3 Refactoring stuff Ethan Roseman 2020-08-12 21:56:23 -0400
  • b57252efde
    Merge pull request #21 from Rainchus/master Ethan Roseman 2020-08-12 21:20:27 -0400
  • 01aa03e9c4 match functions in dc470_len_14c0 & ebd0_len_6a0 Rainchus 2020-08-12 20:17:03 -0500
  • e40177061a
    Merge pull request #22 from JoshW-7/master Ethan Roseman 2020-08-12 20:50:05 -0400
  • eb19b9bf36 Fixes Jdog 2020-08-12 15:52:55 -0700
  • fa2f52cfb9 Added generated enum header files to /tools/c_enums Jdog 2020-08-12 15:21:21 -0700
  • 89246f7247 Added Star Rod enums to /tools/sr_eenums Jdog 2020-08-12 15:18:55 -0700
  • c5783e2abf fix last of style issues Rainchus 2020-08-12 17:18:27 -0500
  • f19ffb98ee Added starrod_to_c.py to /tools (as well as sub_folders to hold SR enums and generated header files) Jdog 2020-08-12 14:59:08 -0700
  • 33bd86e026 more style updates Rainchus 2020-08-12 16:30:14 -0500
  • 13c32f2bf3 fix style issues Rainchus 2020-08-12 16:13:09 -0500
  • 01ef8bbc3d Handful of new functions matched. Added items enum, other misc changes Jdog 2020-08-12 13:53:01 -0700
  • f1319a3389 match functions in ebd0_len_6a0 & code_dc470_len_14c0 Rainchus 2020-08-12 13:48:51 -0500
  • d7d871e24a tidying Ethan Roseman 2020-08-11 22:54:09 -0400
  • f49e67b4b9
    Merge pull request #20 from JoshW-7/master Ethan Roseman 2020-08-11 22:50:41 -0400
  • bcfb7c8a75 Function prototype for set_music_track Jdog 2020-08-11 19:45:27 -0700
  • ab39e96b1b Style changes and removing casts Jdog 2020-08-11 19:29:31 -0700
  • 23d11ce6f2 field to unk Jdog 2020-08-11 19:22:23 -0700
  • 8a7e5c30f0 Moving tools, formatting Ethan Roseman 2020-08-11 22:08:48 -0400
  • e0a67c92ec Changes from master Jdog 2020-08-11 19:08:35 -0700
  • 224aa7dfdd Added item_entity struct and related stuff. More matching functions Jdog 2020-08-11 18:59:46 -0700
  • 5604011dd5
    Merge pull request #19 from pixel-stuck/master Ethan Roseman 2020-08-11 21:07:15 -0400
  • 3776d9ea93 match all of code_dd930_len_lc0, add commented mostly matching code for update_coin_counter dark-samus 2020-08-11 21:01:33 -0400
  • e60a7bb5e0 merge master dark-samus 2020-08-11 20:58:54 -0400
  • 447e6261e1 A handful of script functions. Commented out ones that aren't fully matching yet Jdog 2020-08-11 14:38:21 -0700
  • 7463fce021 coin_counter_draw_content Ethan Roseman 2020-08-10 22:04:25 -0400
  • 161cad58ed
    Merge pull request #18 from JoshW-7/master Ethan Roseman 2020-08-10 20:20:08 -0400
  • 1642dc8fee Use tempPtr in func_80035DF0 Jdog 2020-08-10 17:17:49 -0700
  • b1bd9ff0d1 Added symbols and restructured game_status a little bit root 2020-08-10 16:20:30 -0700
  • 027be9ef00 match show_coin_counter dark-samus 2020-08-10 17:35:37 -0400
  • 8cc2a5f8b0 UNK types Ethan Roseman 2020-08-10 17:30:46 -0400
  • 998c480d08 4 more Ethan Roseman 2020-08-10 03:42:50 -0400
  • 7ded39cdaa
    Merge pull request #17 from pixel-stuck/master Ethan Roseman 2020-08-10 02:20:32 -0400
  • 5ffde45bbe fix assembler (hopefully forever) and remove the irix binutils requirement. dark-samus 2020-08-10 02:16:13 -0400
  • 5ebdd6bd40 a few random functions Ethan Roseman 2020-08-10 01:03:56 -0400
  • 57e77e1cb1 Merge branch 'master' of github.com:ethteck/PaperMarioDecompilation Ethan Roseman 2020-08-09 03:20:35 -0400
  • 480e2b8f20 reset_status_menu Ethan Roseman 2020-08-09 03:20:32 -0400
  • 29db15d604
    Merge pull request #16 from pixel-stuck/master Ethan Roseman 2020-08-09 03:20:08 -0400
  • a4ca676f60 match sort_items dark-samus 2020-08-09 03:11:16 -0400
  • 34faced400 add_badge (thanks stuck) Ethan Roseman 2020-08-09 02:30:42 -0400
  • a66eb333eb formatting Ethan Roseman 2020-08-09 01:40:10 -0400
  • a9ce8d7519 cleanup Ethan Roseman 2020-08-09 01:28:41 -0400
  • 8e5378cbb6
    Merge pull request #15 from pixel-stuck/master Ethan Roseman 2020-08-09 01:26:55 -0400
  • 02a848549f Merge branch 'master' of github.com:ethteck/PaperMarioDecompilation Ethan Roseman 2020-08-09 01:26:15 -0400
  • 5919f84f71 2 more Ethan Roseman 2020-08-09 01:26:10 -0400
  • 709e6a7102 match func_800E97E4 and tidy up find_item dark-samus 2020-08-09 01:23:07 -0400
  • dfcebfc276 Merge branch 'master' of https://github.com/ethteck/PaperMarioDecompilation dark-samus 2020-08-09 01:03:51 -0400
  • 8a7a17c4ae
    Merge pull request #14 from pixel-stuck/master Ethan Roseman 2020-08-09 01:03:37 -0400
  • 0d8ea03277 Merge branch 'master' of https://github.com/ethteck/PaperMarioDecompilation dark-samus 2020-08-09 01:01:44 -0400
  • 36366ca048 match find_item dark-samus 2020-08-09 01:00:08 -0400
  • 9f0eb9abdd 3 Ethan Roseman 2020-08-09 00:37:06 -0400
  • 3545f7b6f7 Merge branch 'master' of github.com:ethteck/PaperMarioDecompilation Ethan Roseman 2020-08-09 00:31:00 -0400
  • 231926bde4 More Ethan Roseman 2020-08-09 00:30:57 -0400
  • ad9fe30b48
    Merge pull request #13 from pixel-stuck/master Ethan Roseman 2020-08-09 00:24:31 -0400
  • fede6ce92e style dark-samus 2020-08-09 00:23:21 -0400
  • ba086fea83 match clear_player_data dark-samus 2020-08-09 00:20:53 -0400
  • d91cc7a821 3 more Ethan Roseman 2020-08-08 23:53:24 -0400
  • 0eff504963 3 more Ethan Roseman 2020-08-08 23:46:54 -0400
  • 2653cf7aab 7 more Ethan Roseman 2020-08-08 23:38:42 -0400
  • e2535bdfe9 a few Ethan Roseman 2020-08-08 22:52:50 -0400
  • 9ffef56c43 3 more! Ethan Roseman 2020-08-08 22:17:37 -0400
  • c2b92e63f9 w00p Ethan Roseman 2020-08-08 11:26:50 -0400
  • 7488e6ea6d
    Merge pull request #12 from pixel-stuck/master Ethan Roseman 2020-08-08 11:15:56 -0400
  • ed4befe6ab match a few functions dark-samus 2020-08-08 06:23:26 -0400
  • 694dc932e1 decomp add_star_pieces Ethan Roseman 2020-08-08 04:23:02 -0400
  • 356458683c 4 Ethan Roseman 2020-08-08 04:14:42 -0400