diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-24 22:54:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-24 22:54:36 -0400 |
commit | d2e3b286a4ac5530b299fe7fc0530df734584bb3 (patch) | |
tree | e4e18350a17116f7104b053c13d7c3c93489a6b2 /rst.asm | |
parent | dff855fedfd7632a24340c4e36df2810edb8db83 (diff) |
Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 compatibility)
Diffstat (limited to 'rst.asm')
-rw-r--r-- | rst.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ SECTION "rst28",ROM0[JumpTable] ld h, [hl] ld l, a pop de - jp [hl] + jp hl ; SECTION "rst30",ROM0[$30] ; rst30 is midst rst28 |