-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.asm
More file actions
23 lines (23 loc) · 691 Bytes
/
main.asm
File metadata and controls
23 lines (23 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//Automatically generated by makefile, do not edit
.n64 // Let armips know we're coding for the N64 architecture
.open "rom/Quest64.z64", "rom/Quest64.mod.z64", 0 // Open the ROM file
.org 0xD305E0
.fill 0xB860 //zero out old text
.include "asm/!image_bin.s"
.include "asm/Quest64.s"
.headersize 0x7F400000
.org 0x80400000
PAYLOAD_START_RAM:
.incbin "bin/QuestNewText.bin"
.include "asm/boot.asm"
.include "asm/symbols.asm"
.importobj "obj/bgm.o"
.importobj "obj/encounter_map.o"
.importobj "obj/main.o"
.importobj "obj/npc_data.o"
.importobj "obj/pause_screen.o"
.importobj "obj/spell_adjustments.o"
.importobj "obj/spells.o"
.importobj "obj/spirits.o"
PAYLOAD_END_RAM:
.close //close file