Skip to main content

Class: rom.lua_patch

Class representing a in-memory patch.

Functions (2)

apply()

Apply the modified value.

Example Usage:

rom.lua_patch:apply()

restore()

Restore the original value.

Example Usage:

rom.lua_patch:restore()