diff options
author | YamaArashi <shadow962@live.com> | 2016-01-27 04:45:35 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-27 04:45:35 -0800 |
commit | 01249e00c2641536e51c30425ec83a553ffad528 (patch) | |
tree | 32bc80b328732138e0b2731cf81d2ddbd5223c99 /data | |
parent | 52b09b506ab8ce295bd6230ab84fddf907c52849 (diff) |
misc. data near beginning of data2.s
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 42 |
1 files changed, 36 insertions, 6 deletions
diff --git a/data/data2.s b/data/data2.s index 6d10081bb..b1ffb52af 100644 --- a/data/data2.s +++ b/data/data2.s @@ -2,14 +2,44 @@ .align 2 -gUnknown_081E280C: ; 81E280C - .incbin "baserom.gba", 0x001e280c, 0x1 +gGameVersion: ; 81E280C + .byte 2 ; Ruby -gUnknown_081E280D: ; 81E280D - .incbin "baserom.gba", 0x001e280d, 0x17 +gGameLanguage: ; 81E280D + .byte 2 ; English -gUnknown_081E2824: ; 81E2824 - .incbin "baserom.gba", 0x001e2824, 0x75 + .align 2 + +; compile date/time + .asciz "2002 10 15 20:34" + + .align 2 + +gIntrTableTemplate: ; 81E2824 + .4byte SerialIntr + .4byte Timer3Intr + .4byte HBlankIntr + .4byte VBlankIntr + .4byte VCountIntr + .4byte IntrDummy + .4byte IntrDummy + .4byte IntrDummy + .4byte IntrDummy + .4byte IntrDummy + .4byte IntrDummy + .4byte IntrDummy + .4byte IntrDummy + .4byte IntrDummy + +; Unreferenced error message. +; It means "The DMA transfer request table has exceeded its limit." + .charmapstr "DMA OVER{next}" + .charmapstr "DMAてんそう{next}" + .charmapstr "リクエストテ-ブルが{next}" + .charmapstr "オ-バ-しました$" + +; 81E2881 + .incbin "baserom.gba", 0x1E2881, 0x18 gUnknown_081E2899: ; 81E2899 .incbin "baserom.gba", 0x001e2899, 0x1b |