From 1253640dc41e845453cbfd42c0c85382f0be3a59 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 12 Sep 2015 13:17:31 -0400 Subject: Document some bank3f code. --- yellow/main.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'yellow') diff --git a/yellow/main.asm b/yellow/main.asm index fdbe44cb..caa2b49c 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -40,7 +40,9 @@ _IsTilePassable: ; 4aaa (1:4aaa) PrintWaitingText: ; 4b89 (1:4b89) dr $4b89,$4bb7 _UpdateSprites: ; 4bb7 (1:4bb7) - dr $4bb7,$5ce4 + dr $4bb7,$5012 +Func_5012: ; 5012 (1:5012) + dr $5012,$5ce4 Func_5ce4: ; 5ce4 (1:5ce4) dr $5ce4,$5d58 PrintSaveScreenText: ; 5d58 (1:5d58) -- cgit v1.3.1-sl0p