diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 10 | ||||
-rw-r--r-- | data/event_scripts.s | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/data/data2.s b/data/data2.s index 9e7be5b6e..a9b66e062 100644 --- a/data/data2.s +++ b/data/data2.s @@ -7077,8 +7077,14 @@ gMessageBoxTilemap:: @ 8376290 gUnknown_083762D8:: @ 83762D8 .4byte NULL -gUnknown_083762DC:: @ 83762DC - .incbin "baserom.gba", 0x003762dc, 0x14 +gScriptConditionTable:: @ 83762DC + @ < = > + .byte 1, 0, 0 @ < + .byte 0, 1, 0 @ = + .byte 0, 0, 1 @ > + .byte 1, 1, 0 @ <= + .byte 0, 1, 1 @ >= + .byte 1, 0, 1 @ != .align 2 gUnknown_083762F0:: @ 83762F0 diff --git a/data/event_scripts.s b/data/event_scripts.s index cd9f7766a..73e7da981 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -22,7 +22,7 @@ gSpecialVars:: .4byte 0x202e8d8 .4byte 0x202e8da .4byte 0x202e8e0 - .4byte 0x202e8dc + .4byte gScriptResult .4byte 0x203855e .4byte 0x202e8de .4byte 0x203869e |