diff options
author | camthesaxman <cameronghall@cox.net> | 2016-10-02 19:04:57 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-02 17:04:57 -0700 |
commit | 2f22053052f7659692f304baa63225577ea8707b (patch) | |
tree | 65684278dc2b0f37cae102151ea8348d55a28725 /src/link.c | |
parent | e7f37732a76d3c30f5f9a09e48bfa09b809aa0fb (diff) |
Change some plain numbers to defined constants (#51)
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.c b/src/link.c index 0b4852c8d..0e88ac91a 100644 --- a/src/link.c +++ b/src/link.c @@ -1223,7 +1223,7 @@ void CB2_LinkError(void) REG_BLDALPHA = 0; REG_BG0VOFS = 0; REG_BG0HOFS = 0; - REG_DISPCNT = 320; + REG_DISPCNT = DISPCNT_MODE_0 | DISPCNT_OBJ_1D_MAP | DISPCNT_BG0_ON; gUnknown_3001BB4 = 0; CreateTask(Task_DestroySelf, 0); StopMapMusic(); |