From c7acfb34523c0fa10b4f002bce229a15b91e580f Mon Sep 17 00:00:00 2001 From: Tauwasser Date: Tue, 12 Jun 2018 23:02:30 +0200 Subject: home: disassemble more map/overworld functions Signed-off-by: Tauwasser --- constants/misc_constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants') diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 39f2769..b536ecf 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -26,3 +26,7 @@ D_PAD EQU D_RIGHT | D_LEFT | D_UP | D_DOWN ; Boolean values FALSE EQU 0 TRUE EQU 1 + +; RedrawRowOrColumn functions +REDRAW_COL EQU 1 +REDRAW_ROW EQU 2 -- cgit v1.2.3