Skip to content

Commit

Permalink
Add progress badges and fix bss size for buffers segment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Wiseguy committed Sep 20, 2024
1 parent 198dc78 commit ece715e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Banjo Tooie Decomp

![code Progress]
![boot Progress]
![core1 Progress]
![core2 Progress]
![overlays Progress]

[code Progress]: https://img.shields.io/endpoint?label=All&url=https%3A%2F%2Fprogress.deco.mp%2Fdata%2Ftooie%2Fus%2Fcode%2F%3Fmode%3Dshield%26measure%3Dall
[boot Progress]: https://img.shields.io/endpoint?label=Boot&url=https%3A%2F%2Fprogress.deco.mp%2Fdata%2Ftooie%2Fus%2Fcode%2F%3Fmode%3Dshield%26measure%3Dboot
[core1 Progress]: https://img.shields.io/endpoint?label=Core1&url=https%3A%2F%2Fprogress.deco.mp%2Fdata%2Ftooie%2Fus%2Fcode%2F%3Fmode%3Dshield%26measure%3Dcore1
[core2 Progress]: https://img.shields.io/endpoint?label=Core2&url=https%3A%2F%2Fprogress.deco.mp%2Fdata%2Ftooie%2Fus%2Fcode%2F%3Fmode%3Dshield%26measure%3Dcore2
[overlays Progress]: https://img.shields.io/endpoint?label=Overlays&url=https%3A%2F%2Fprogress.deco.mp%2Fdata%2Ftooie%2Fus%2Fcode%2F%3Fmode%3Dshield%26measure%3Doverlays

## Setup

* Clone this repo recursively with git.
Expand Down
6 changes: 3 additions & 3 deletions baserom.us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ segments:
# While the boot segment does reference some buffers in this segment, it can't access the majority of
# them due to overlaps. Therefore, this segment is marked with the same exclusive ID as the boot segment.
exclusive_ram_id: boot
bss_size: 0x3830
bss_size: 0x11C30
subsegments:
- [0x1E29B60, c, buffers]
- [0x1E29B60, .data, buffers]
Expand All @@ -140,8 +140,8 @@ segments:
- [0x1E2E730, c, 1E2E730]
- [0x1E2F380, c, 1E2F380]
- [0x1E30600, c, mlmtx]
- [0x1E315D0, hasm]
- [0x1E319A0, c, 1E319A0]
- [0x1E315D0, hasm, mtx_asm]
- [0x1E319A0, hasm, mem_asm]
- [0x1E319F0, c, 1E319F0]
- [0x1E31B40, c, 1E31B40]
- [0x1E321F0, c, heap]
Expand Down

0 comments on commit ece715e

Please sign in to comment.