18 lines
562 B
ArmAsm
18 lines
562 B
ArmAsm
# This patch gives you the maximum number of each card. It only works if used
|
|
# in-game, which means it must be used by running `$patch AllCards`.
|
|
|
|
.meta hide_from_patches_menu
|
|
.meta name="All cards"
|
|
.meta description="Gives you the\nmaximum number of\neach card."
|
|
|
|
entry_ptr:
|
|
reloc0:
|
|
.offsetof start
|
|
|
|
start:
|
|
.include AllCards
|
|
.data 0x802A25A4 # get_player_data_segment
|
|
.data 0x802A1FB4 # decrypt_ep3_player_data_segment
|
|
.data 0x802A21A4 # Ep3PlayerDataSegment_on_card_obtained
|
|
.data 0x802A2004 # encrypt_ep3_player_data_segment
|