diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:41:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-22 11:41:14 -0500 |
| commit | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (patch) | |
| tree | 0ad5656457aff5ac67fd50c32d6600592815a9a5 /data/maps/MtEmber_RubyPath_B3F/scripts.inc | |
| parent | 6eec1c1cc9c115492aec43f80c8a6be7a86c61a5 (diff) | |
| parent | a4f5f41e2496a4c2b91cd0643dc44d98faed0c89 (diff) | |
Merge pull request #231 from GriffinRichards/doc-staticmon
Document static mon scripts
Diffstat (limited to 'data/maps/MtEmber_RubyPath_B3F/scripts.inc')
| -rw-r--r-- | data/maps/MtEmber_RubyPath_B3F/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/MtEmber_RubyPath_B3F/scripts.inc b/data/maps/MtEmber_RubyPath_B3F/scripts.inc index 59fb37bf3..3c6852535 100644 --- a/data/maps/MtEmber_RubyPath_B3F/scripts.inc +++ b/data/maps/MtEmber_RubyPath_B3F/scripts.inc @@ -1,12 +1,12 @@ MtEmber_RubyPath_B3F_MapScripts:: @ 8163C48 .byte 0 -MtEmber_RubyPath_B3F_EventScript_163C49:: @ 8163C49 -MtEmber_RubyPath_B5F_EventScript_163C49:: @ 8163C49 +@ Odd that this is here and not in MtEmber_RubyPath_B5F/scripts.inc +MtEmber_RubyPath_B5F_EventScript_Ruby:: @ 8163C49 lock faceplayer setflag FLAG_GOT_RUBY removeobject 1 - giveitem_msg gUnknown_817ADC5, ITEM_RUBY, 1, MUS_FAN5 + giveitem_msg MtEmber_RubyPath_B3F_Text_FoundARuby, ITEM_RUBY, 1, MUS_FAN5 release end |
