diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 09:38:19 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 09:38:19 -0400 |
| commit | 119693e1816563b66b19eef216f08cab65a644ba (patch) | |
| tree | 97d9d0bc2aeb0a93eafa741f634d2cca2b138774 /data/maps/SixIsland_WaterPath | |
| parent | d4710d9ab81ff29277ba244767c55652d58016a5 (diff) | |
propagate msgbox macro
Diffstat (limited to 'data/maps/SixIsland_WaterPath')
| -rw-r--r-- | data/maps/SixIsland_WaterPath/scripts.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/maps/SixIsland_WaterPath/scripts.inc b/data/maps/SixIsland_WaterPath/scripts.inc index dba612142..2b410f112 100644 --- a/data/maps/SixIsland_WaterPath/scripts.inc +++ b/data/maps/SixIsland_WaterPath/scripts.inc @@ -2,11 +2,9 @@ SixIsland_WaterPath_MapScripts:: @ 8168B40 .byte 0 SixIsland_WaterPath_EventScript_168B41:: @ 8168B41 - loadword 0, gUnknown_818BD0C - callstd 3 + msgbox gUnknown_818BD0C, 3 end SixIsland_WaterPath_EventScript_168B4A:: @ 8168B4A - loadword 0, gUnknown_818BD27 - callstd 3 + msgbox gUnknown_818BD27, 3 end |
