Consistent code formatting: no redundant as and spaces after commas

This commit is contained in:
Remy Oukaour
2017-12-10 00:06:20 -05:00
parent 32ea595c47
commit ab7025a144
14 changed files with 61 additions and 61 deletions

View File

@@ -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