summaryrefslogtreecommitdiff
path: root/worldmap.yaml
blob: c59db28e4ad57ff4e4e43b4e72aab65e538e880e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
source_files:
  - ../src/worldmap.cpp
  - ../src/fileload.cpp
  - ../src/asmlib.S
  - ../src/levelinfo.cpp
  - ../src/layoutlib.S
  - ../src/scene.S

hooks:
  - name: BuildWorldMap
    type: add_func_pointer
    src_addr_pal: 0x8098DCF0
    target_func: 'dScNewerWorldMap_c::build(void)'

# fix the STOCK_ITEM references
  - name: StockItemFix
    type: patch
    addr_ntsc: 0x80101110
    addr_pal: 0x80101220
    data: '4E800020'

# this isn't used!
  - name: WMDrawFuncFix
    type: patch
    addr_pal: 0x80926800
    data: '60000000'