summaryrefslogtreecommitdiff
path: root/interrupts.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 00:06:20 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 00:06:20 -0500
commitab7025a144605de609fed4ca67a281fb4cde8705 (patch)
tree7e12c27303a3def3393f9672a38acef5e7fb9071 /interrupts.asm
parent32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (diff)
Consistent code formatting: no redundant `a`s and spaces after commas
Diffstat (limited to 'interrupts.asm')
-rw-r--r--interrupts.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/interrupts.asm b/interrupts.asm
index ba09578ea..0cae6441c 100644
--- a/interrupts.asm
+++ b/interrupts.asm
@@ -1,16 +1,16 @@
; Game Boy hardware interrupts
-SECTION "vblank",ROM0
+SECTION "vblank", ROM0
jp VBlank
-SECTION "lcd",ROM0
+SECTION "lcd", ROM0
jp LCD
-SECTION "timer",ROM0
+SECTION "timer", ROM0
jp Timer
-SECTION "serial",ROM0
+SECTION "serial", ROM0
jp Serial
-SECTION "joypad",ROM0
+SECTION "joypad", ROM0
jp JoypadInt