diff options
Diffstat (limited to '')
-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'}
|