diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-31 10:35:46 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-31 10:35:46 -0400 |
commit | 32de1b269468f48d073a8e6d52843877baff0ba4 (patch) | |
tree | d9dc0d91bb9e9ab6df116de10ac6873d271e63da /engine/HoF_room_pc.asm | |
parent | 462a7e8cb90ee5a2114eddc0918c3cb12c631775 (diff) |
Relabel a few missed map scripts and TheEndTextString
Diffstat (limited to 'engine/HoF_room_pc.asm')
-rwxr-xr-x | engine/HoF_room_pc.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/HoF_room_pc.asm b/engine/HoF_room_pc.asm index 5af7484c..a6b3f4d5 100755 --- a/engine/HoF_room_pc.asm +++ b/engine/HoF_room_pc.asm @@ -243,7 +243,7 @@ Credits: ; 7418e (1d:418e) call CopyVideoData FuncCoord 4, 8 ld hl, Coord - ld de, UnnamedText_74229 ; $4229 + ld de, TheEndTextString call PlaceString FuncCoord 4, 9 ld hl, Coord @@ -251,7 +251,8 @@ Credits: ; 7418e (1d:418e) call PlaceString jp Func_740ba -UnnamedText_74229: ; 74229 (1d:4229) +TheEndTextString: ; 74229 (1d:4229) +; "T H E E N D" db $60," ",$62," ",$64," ",$64," ",$66," ",$68,"@" db $61," ",$63," ",$65," ",$65," ",$67," ",$69,"@" |