diff options
author | YamaArashi <shadow962@live.com> | 2015-11-29 23:17:50 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-29 23:20:00 -0800 |
commit | 4339dc18fcabc452470687b1d7a5d72a8d08301f (patch) | |
tree | 2d2e7fa0aedd498140d5f05de111a79b20f2369b /data | |
parent | d9995eae1aa8e4cb84f53b10c2e73af5a8069b05 (diff) |
clean bg and core function names
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/data2.s b/data/data2.s index dabe217fc..32e772da8 100644 --- a/data/data2.s +++ b/data/data2.s @@ -16,20 +16,20 @@ gUnknown_82E9531: ; 82E9531 .align 2, 0 gRomInterruptTable: ; 82E9548 - .4byte irq_vcount+1 - .4byte irq_serial+1 - .4byte irq_timer3+1 - .4byte irq_hblank+1 - .4byte irq_vblank+1 - .4byte irq_other+1 - .4byte irq_other+1 - .4byte irq_other+1 - .4byte irq_other+1 - .4byte irq_other+1 - .4byte irq_other+1 - .4byte irq_other+1 - .4byte irq_other+1 - .4byte irq_other+1 + .4byte VCountIntr + .4byte SerialIntr + .4byte Timer3Intr + .4byte HBlankIntr + .4byte VBlankIntr + .4byte DummyIntrHandler + .4byte DummyIntrHandler + .4byte DummyIntrHandler + .4byte DummyIntrHandler + .4byte DummyIntrHandler + .4byte DummyIntrHandler + .4byte DummyIntrHandler + .4byte DummyIntrHandler + .4byte DummyIntrHandler gBgConfigZeroValue: ; 82E9580 .4byte 0 |