Update github actions to print the memory map

This commit is contained in:
Rickey Fehr
2025-09-21 14:05:39 -07:00
parent 06cd13a17f
commit a1e73be3fc
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
# Run this from the root directory of the project, not the scripts directory
POOL_DEF_FILE='./include/pools.def'
ELF_FILE='./build/balatro-gba.elf'
ELF_FILE='./build/balatro.elf'
READELF='/opt/devkitpro/devkitARM/bin/arm-none-eabi-readelf'
get_pool_names() {