diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2017-09-26 23:21:27 -0500 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2017-09-26 23:21:27 -0500 |
| commit | d27bc3e071f839293e7aabec46bec2087c7d7bee (patch) | |
| tree | 7f5cb641940408b4052112f731b5bbd1696a83ed /data/field_region_map.s | |
| parent | 6cc1ec7bb160a32052930465e58c38ff0e0230df (diff) | |
Extract baserom includes from battle_7 and field_region_map
Diffstat (limited to 'data/field_region_map.s')
| -rw-r--r-- | data/field_region_map.s | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/data/field_region_map.s b/data/field_region_map.s index 2ddc65739..f179ba8ce 100644 --- a/data/field_region_map.s +++ b/data/field_region_map.s @@ -3,8 +3,12 @@ .section .rodata -gUnknown_085E5068:: @ 85E5068 - .incbin "baserom.gba", 0x5e5068, 0x8 + .align 2 +gUnknown_085E5068:: @ 85E5068 struct BgTemplate + .4byte 0x000001f0, 0x00002dca + .align 2 gUnknown_085E5070:: @ 85E5070 - .incbin "baserom.gba", 0x5e5070, 0x18 + window_template 0x00, 0x11, 0x11, 0x0c, 0x02, 0x0f, 0x0001 + window_template 0x00, 0x16, 0x01, 0x07, 0x02, 0x0f, 0x0019 + window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 |
