diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-02 14:37:02 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-02 14:37:02 -0500 |
| commit | 72af3337fd8746c51aac273b6c056209e73c7ae0 (patch) | |
| tree | 661d1515bcee017ce4652bc02d0691e00992ec9a /maps/RuinsofAlphResearchCenter.asm | |
| parent | e0d6e9ca7acf8a23ad70fad405ddf1073dcd4291 (diff) | |
No more NONE
Diffstat (limited to 'maps/RuinsofAlphResearchCenter.asm')
| -rw-r--r-- | maps/RuinsofAlphResearchCenter.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/RuinsofAlphResearchCenter.asm b/maps/RuinsofAlphResearchCenter.asm index 9fe427d78..ddf5e8e71 100644 --- a/maps/RuinsofAlphResearchCenter.asm +++ b/maps/RuinsofAlphResearchCenter.asm @@ -3,8 +3,8 @@ RuinsofAlphResearchCenter_MapScriptHeader: db 2 ; triggers - dw UnknownScript_0x59180, NONE - dw UnknownScript_0x59181, NONE + dw UnknownScript_0x59180, 0 + dw UnknownScript_0x59181, 0 .MapCallbacks: db 1 |
