Brass Core Plugins

incbin

Insert all data from a binary file into the output at the current program counter position.

Syntax

.incbin "file"

Remarks

Use this to import precompiled resources from other sources into your project.

Example

MonsterSprite:
.incbin "Resources/Sprites/Monster.spr"