summaryrefslogtreecommitdiff
path: root/home/header.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-23 14:33:53 +0100
committermid-kid <esteve.varela@gmail.com>2020-02-23 14:33:53 +0100
commitc0b6e5bc21ca893f6495d49af76db4ba4461a4a7 (patch)
tree84168c9fa5483aa1534c6194da0b13ab79b4eb5a /home/header.asm
parent44128c5d989cf56e0305bedc37044c093bc02668 (diff)
JoypadInt -> Joypad
This matches all other interrupts. The old Joypad was renamed to UpdateJoypad.
Diffstat (limited to 'home/header.asm')
-rw-r--r--home/header.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/header.asm b/home/header.asm
index 3531d2851..085787627 100644
--- a/home/header.asm
+++ b/home/header.asm
@@ -50,7 +50,7 @@ SECTION "serial", ROM0
jp Serial
SECTION "joypad", ROM0
- jp JoypadInt
+ jp Joypad
; Game Boy cartridge header