diff options
author | Treeki <treeki@gmail.com> | 2013-05-20 16:44:14 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-05-20 16:44:14 +0200 |
commit | 21c251a646bb380a5bfaeaa7e473885128d54c21 (patch) | |
tree | c04e2002a93fa57f6d3d4c709d50970a2169e9bf | |
parent | fa6502e94adc753f422861a445042d847646e66d (diff) | |
download | kamek-21c251a646bb380a5bfaeaa7e473885128d54c21.tar.gz kamek-21c251a646bb380a5bfaeaa7e473885128d54c21.zip |
disable terrain shading
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index a7021e0..4b47df8 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -3,6 +3,11 @@ # yaml, hasn't it...
source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]
hooks:
+ - name: DisableTerrainShading
+ type: patch
+ addr_pal: 0x8008E6F8
+ data: '38600000'
+
- name: TitleScreenFucker
type: branch_insn
branch_type: bl
|