mirror of https://github.com/pret/pokecrystal.git
formatting at Start
This commit is contained in:
parent
7bc23f0862
commit
20919e4d8a
4
main.asm
4
main.asm
|
@ -49,7 +49,9 @@ SECTION "serial",ROM0[$58] ; serial interrupt
|
||||||
SECTION "joypad",ROM0[$60] ; joypad interrupt
|
SECTION "joypad",ROM0[$60] ; joypad interrupt
|
||||||
jp JoypadInt
|
jp JoypadInt
|
||||||
|
|
||||||
SECTION "romheader",ROM0[$100]
|
|
||||||
|
SECTION "header",ROM0[$100]
|
||||||
|
|
||||||
Start:
|
Start:
|
||||||
nop
|
nop
|
||||||
jp _Start
|
jp _Start
|
||||||
|
|
Loading…
Reference in New Issue