mirror of https://github.com/pret/pokecrystal.git
move rst.asm and interrupts.asm into home/
This commit is contained in:
parent
8b4b97fba5
commit
ec8c9688ce
4
home.asm
4
home.asm
|
@ -5,10 +5,10 @@ SECTION "NULL", ROM0
|
|||
NULL::
|
||||
|
||||
|
||||
INCLUDE "rst.asm"
|
||||
INCLUDE "home/rst.asm"
|
||||
|
||||
|
||||
INCLUDE "interrupts.asm"
|
||||
INCLUDE "home/interrupts.asm"
|
||||
|
||||
|
||||
SECTION "Header", ROM0
|
||||
|
|
Loading…
Reference in New Issue