diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-03-22 18:37:40 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-03-22 18:37:40 -0400 |
| commit | db8db97aa341f52174a14d415ca680656f0bcf64 (patch) | |
| tree | ce6b343e20e393e929ea0d8509e69b7c04ae83dd /engine/events | |
| parent | 15890237493f06d266a3197357d42edf883355e2 (diff) | |
Clean up makefile, submodules, root dir; Python 3 compatibility.
Diffstat (limited to 'engine/events')
| -rwxr-xr-x | engine/events/specials.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/specials.asm b/engine/events/specials.asm index e51f3451..408bc508 100755 --- a/engine/events/specials.asm +++ b/engine/events/specials.asm @@ -215,11 +215,11 @@ NameRival: ; c3f7 ret .DefaultName: -IF DEF(GOLD) +IF DEF(_GOLD) db "SILVER@" ENDC -IF DEF(SILVER) +IF DEF(_SILVER) db "GOLD@" ENDC |
