shithub: pokecrystal

ref: 93c32e35806af6c0a8b731c5322ee5df58c797f9
dir: /interrupts.asm/

View raw version
; Game Boy hardware interrupts

SECTION "vblank", ROM0
	jp VBlank

SECTION "lcd", ROM0
	jp LCD

SECTION "timer", ROM0
	jp Timer

SECTION "serial", ROM0
	jp Serial

SECTION "joypad", ROM0
	jp JoypadInt