shithub: pokecrystal

ref: 92aab1e1855f7f7001ce96363a3d73ecd1f330e1
dir: /interrupts.asm/

View raw version
; Game Boy hardware interrupts

SECTION "vblank",ROM0[$40]
	jp VBlank

SECTION "lcd",ROM0[$48]
	jp LCD

SECTION "timer",ROM0[$50]
	jp Timer

SECTION "serial",ROM0[$58]
	jp Serial

SECTION "joypad",ROM0[$60]
	jp JoypadInt