diff options
Diffstat (limited to 'contents/rom0.link')
-rw-r--r-- | contents/rom0.link | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/contents/rom0.link b/contents/rom0.link new file mode 100644 index 0000000..394cf8c --- /dev/null +++ b/contents/rom0.link @@ -0,0 +1,27 @@ +ROM0 + org $0000 + "rst 00" + org $0010 + "rst 10" + org $0018 + "rst 18" + org $0020 + "rst 20" + org $0040 + "VBlankInt" + org $0048 + "HBlankInt" + org $0050 + "TimerInt" + org $0058 + "SerialInt" + org $0060 + "JoypadInt" + org $0100 + "Entry" + org $0104 + "Header" + org $0150 + "Main" + org $3800 ;at the end of the bank + "bank0.2" |