mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-30 08:21:02 +00:00
a49f81eede
* Update yamls * Update Torch * Update ast_ending_award_back.yaml --------- Co-authored-by: = <=>
19 lines
334 B
YAML
19 lines
334 B
YAML
:config:
|
|
segments:
|
|
- [0x0F, 0xD25100]
|
|
header:
|
|
code:
|
|
- '#include "assets/ast_logo.h"'
|
|
header:
|
|
- '#include "gfx.h"'
|
|
- '#include "sf64object.h"'
|
|
- '#include "structs.h"'
|
|
|
|
nintendo_logo:
|
|
type: TEXTURE
|
|
offset: 0xF000000
|
|
format: IA8
|
|
width: 128
|
|
height: 74
|
|
ctype: u8
|
|
symbol: gNintendoLogo |