Add AP patch for NRL Mascot Mania and AFL Mascot Manor (#175)

These games have two kinds of AP:

- Sending manual EEPROM commands (identically to Dementium II): https://decomp.me/scratch/bT0LR
- Checking a CRC of the ARM7: https://decomp.me/scratch/bNzTG

The functions are exactly the same in both games. If they fail it will not let you save and will kick you back out to the menu after level 3.

Wood Kernel has this patch: https://github.com/ahezard/wood3ds/blob/master/akloader/arm9/source/patches_cm.cpp#L1006

The EEPROM command test patch is unchanged. I have changed the ARM7 CRC patch to write to the function 8: b 44
This commit is contained in:
Mow
2026-05-14 03:51:19 -04:00
committed by GitHub
parent 252f74698e
commit f6c716cb6e
2 changed files with 40 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Added
- DMA card read support for the DSTT platform - by @lifehackerhansol
- DMA card read support for the M3DS platform - by @lifehackerhansol
- AP patches for NRL Mascot Mania and AFL Mascot Manor - by @taxicat1
### Fixed
- DMA card read offsets for Pokemon Ranger (EU) - by @taxicat1