diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-10-03 12:55:15 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-10-03 12:55:15 -0500 |
commit | 34efbdba59b460a2f565c25a5ff20efb8d1077a0 (patch) | |
tree | c1729468fd611f9523e3a2bf492363e34c2fb879 /bugfixes.yaml | |
parent | c1365802c73376609e53b97440ae037b14f6324f (diff) | |
parent | 21d8492ded507f8f09bc28919b8d351b86fa0dd0 (diff) | |
download | kamek-34efbdba59b460a2f565c25a5ff20efb8d1077a0.tar.gz kamek-34efbdba59b460a2f565c25a5ff20efb8d1077a0.zip |
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
Diffstat (limited to 'bugfixes.yaml')
-rw-r--r-- | bugfixes.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 3af6148..2d7721b 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -155,8 +155,5 @@ hooks: target_func: 'ReturnNone'
- - {name: AlwaysDrawPictureFontWhite1, type: patch, addr_pal: 0x800E596C, data: '3800FFFF'}
- - {name: AlwaysDrawPictureFontWhite2, type: patch, addr_pal: 0x800E5974, data: '3800FFFF'}
- - {name: AlwaysDrawPictureFontWhite3, type: patch, addr_pal: 0x800E597C, data: '3800FFFF'}
- - {name: AlwaysDrawPictureFontWhite4, type: patch, addr_pal: 0x800E5984, data: '3800FFFF'}
+ - {name: AlwaysDrawPictureFontWhite, type: branch_insn, branch_type: b, src_addr_pal: 0x800E596C, target_func: 'TextWriterCrap'}
|