mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
13 lines
295 B
ArmAsm
13 lines
295 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
|
|
.align 2
|
|
gUnknown_84687A0::
|
|
.string "You have collected all STAMPs!\n"
|
|
.string "Want to input a CARD as a prize?$"
|
|
|
|
.include "data/mevent/script_ish.inc"
|
|
.include "data/mevent/script_common.inc"
|