# CustomLabels.ini

You can give labels custom names that do not depend on the disassembler [configuration](https://github.com/sannybuilder/docs/blob/en/edit-modes/broken-reference/README.md). Those names are defined in the file `CustomLabels.ini` (one for each [edit mode](https://docs.sannybuilder.com/edit-modes/..#labels)).

## File Syntax

`<label offset>=<custom name>`

If the disassembler finds a label at the specified offset, this label gets the custom name.

To find offset values, enable the [`CODE_OFFSETS`](https://docs.sannybuilder.com/editor/debug-options#code_offsets) debug option. After disassembly, the number displayed before each script instruction represents its offset value.
