Binding of Isaac: Rebirth Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

(in Afterbirth † and Repentance)

Undocumented changes

Credit for parsing the executable binary changes goes to eur0pa.

Additions

Changes

  • Changed the Delirium AI.
  • Portal now spawns between 1 and 5 enemies and then disappear.
  • Improved mod auto-updates.
  • Made changes in Entity::Init().
  • Made lots of changes to the Entity_Tear class (probably something to do with Lua bindings).
  • The graphic for Mimic Chests was updated to have blood on the corner.
  • The graphic for Spiked Chests was updated to match the color of Mimic Chests and have blood on the corners.
  • UteroUtero:
    • Changed room 741 (8 Blastocysts and 1 Portal) to only have 4 Blastocyst Small instead of 8 Blastocysts.
    • Changed room 780 (8 Blastocysts and 1 Portal) to only have 4 Blastocyst Small instead of 8 Blastocysts. (This appears to be a duplicate of room 741 for some reason.)
  • Special rooms (Greed mode):
    • They forgot to include this floor with Afterbirth+, so the entire file is new, but they didn't add any Afterbirth+ content.
    • Removed 2 rocks from room 3004. (Presumably, this was interfering with enemy spawns.)
    • Removed 2 rocks from room 4002. (Presumably, this was interfering with enemy spawns.)
  • DepthsDepths (Greed mode):
    • Made it so that the spiders no longer spawn in the corners of room 153 (8 Spiders and 6 Death's Heads).
  • WombWomb (Greed mode):
    • Made room 54 (3 Masks & Hearts) symmetrical and removed a duplicate entity.
  • The ShopThe Shop (Greed mode):
    • They forgot to include this floor with Afterbirth+, so the entire file is new, but they didn't add any Afterbirth+ content.
    • Room 240 (4 Masks & Hearts and a Mask of Infamy) was adjusted so that the Hearts do not spawn in the corners of the room.

Fixes

  • Fixed a bug with hallucinations (when the screen turns grey during The VoidThe Void.
  • Fixed a bug on Level::Init().
  • Fixed a bug with Collectible Void iconVoid and Collectible Smelter iconSmelter where it would "forget" the things you captured after returning from a save and quit.
  • Fixed the "filter" option (it was broken since the release of Afterbirth+).

Lua bindings

  • Updated docs.
  • LuaEngine::check_compatibility() got updated to account for version -1 and 1 (?).
  • LuaEngine::register_classes().
  • Lots of changes to the Entity_Tear class.


Advertisement