From b62c4d84315daf90eeacdea0860c6acae0fd2485 Mon Sep 17 00:00:00 2001 From: Reonu Date: Wed, 26 May 2021 18:23:46 +0100 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bef9911d..94232252 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Fork of the ultrasm64 repo by CrashOveride which includes the following commonly - Increased maximum pole lenght (The game will read bparam1 and bparam2 together as a single value, so you can have a Snake Eater pole) * - bparam4 fix (the game no longer uses bparam4 to check if an object is mario and therefore you can safely use it) - Global star IDs (disabled by default, toggleable in config.h). This allows you to create an open world (MVC-style) hack. +- Included `actors/group0.c` in `behavior_data.c` - coordinate overflow fix by falcobuster - If you're planning on making maps bigger than 2x bounds, change the value of `WORLD_SCALE` in `config.h` to a bigger value. `3.5f` should be enough for 4x boundaries but you can go up to `4.0f` if you somehow still get rendering glitches on your map.