From 9342665312ae9ed5fd332f6a7179ee5f9fc77147 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Fri, 17 Jun 2022 19:02:59 +0200 Subject: [PATCH] [Readme] Update branch overview --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0f6fc7d..44240ae2 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Crossed-out files are identical to their version in the previous game. ONGCHK.CO * [`th01_critical_fixes`]: Fixes [two critical bugs in TH01]: * Potential heap corruptions in the game's debug mode when decrementing boss HP by holding ↵ Return while the HP bar is still filling up. * General Protection Faults when defeating bosses with diagonally moving shootout lasers on screen. These are most commonly reported for Elis or Mima, and when playing on real hardware or Anex86. +* [`th01_end_pic_optimize`]: Speeds up image blitting in TH01's cutscenes to 50% of the original runtime. Mainly serves as an example of how to get close to optimal EGC-powered blitting code out of Turbo C++ 4.0J without writing a single ASM instruction; the EGC is definitely not the best tool for this job. * [`th01_orb_debug`]: Adds another line to TH01's in-game debug output, displaying the current values of the Yin-Yang Orb's physics variables. * [`th01_sariel_fixes`]: Fixes three sprite glitches in the [TH01 Sariel fight] that result from clear logic errors in the original code. * [`th03_real_hitbox`]: Renders [TH03's collision bitmap] onto both playfields. Highly unplayable. @@ -230,6 +231,7 @@ The final executables will be put into `bin\th0?`, using the same names as the o [`community_choice_fixes`]: https://github.com/nmlgc/ReC98/tree/community_choice_fixes [`mem_assign_all`]: https://github.com/nmlgc/ReC98/tree/mem_assign_all [`th01_critical_fixes`]: https://github.com/nmlgc/ReC98/tree/th01_critical_fixes +[`th01_end_pic_optimize`]: https://github.com/nmlgc/ReC98/tree/th01_end_pic_optimize [`th01_orb_debug`]: https://github.com/nmlgc/ReC98/tree/th01_orb_debug [`th01_sariel_fixes`]: https://github.com/nmlgc/ReC98/tree/th01_sariel_fixes [`th03_no_gdc_frequency_check`]: https://github.com/nmlgc/ReC98/tree/th03_no_gdc_frequency_check